DataPA Enterprise Dashboard Controls API Reference
Gets the value of the Appserver's controllingNameServer.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string controllingNameServer { get; } |
Visual Basic |
---|
Public ReadOnly Property controllingNameServer As String
Get |
Visual C++ |
---|
public:
property String^ controllingNameServer {
String^ get ();
} |
Return Value
Type:
StringThe Appserver's controllingNameServer.
Remarks
See Also