Specifies the domain name component of the NCH name. The NCH name specifies the address of the target Image Services server. It's derived from the ISDomainName and ISOrganization properties.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property ISDomainName As String
C#
string ISDomainName { get; set; }
Visual C++
property String^ ISDomainName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_isDomainName();
function set_isDomainName(value);

ToggleRemarks

ToggleSee Also