DataPA Enterprise Dashboard Controls API Reference
Gets a unique identifer for this server

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string ServerID { get; }
Visual Basic
Public ReadOnly Property ServerID As String
	Get
Visual C++
public:
virtual property String^ ServerID {
	String^ get () sealed;
}

Property Value

Type: String
A unique identifer for this server

Return Value

Type: String
A unique identifer for this server

Remarks