DataPA Enterprise Dashboard Controls API Reference
Gets a unique identifer for this server
Namespace: DataPAServerSecurityAssembly: 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:
StringA unique identifer for this server
Return Value
Type:
StringA unique identifer for this server
Remarks
See Also