DataPA Enterprise Dashboard Controls API Reference
Gets a string that uniquely udentifies this object

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

Syntax

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

Property Value

Type: String
A string that uniquely udentifies this object

Return Value

Type: String
A string that uniquely udentifies this object

Remarks