The DNS (Domain Name System) name of the Process Engine server used to access this isolated region.


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

Syntax

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

/** property */
public void set_DNSName(string value);
JScript
public function get DNSName() : String

public function set DNSName(value : String);

Remarks

See Also