Deprecated.
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)

ToggleSyntax

Visual Basic (Declaration)
<ObsoleteAttribute("As of release 5.2.0.")> _
Property DNSName As String
C#
[ObsoleteAttribute("As of release 5.2.0.")]
string DNSName { get; set; }
Visual C++
[ObsoleteAttribute(L"As of release 5.2.0.")]
property String^ DNSName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_dnsName();
function set_dnsName(value);

ToggleRemarks

ToggleSee Also