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)

Syntax

Visual Basic (Declaration)
Property ISDomainName As String
C#
string ISDomainName { get; set; }
C++
property string ISDomainName abstract  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ISDomainName();

/** property */
public void set_ISDomainName(string value);
JScript
public function get ISDomainName() : String

public function set ISDomainName(value : String);

Remarks

See Also