DataPA Enterprise Dashboard Controls API Reference
Gets a string that uniquely udentifies this object
Namespace: DataPAServerSecurityAssembly: 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:
StringA string that uniquely udentifies this object
Return Value
Type:
StringA string that uniquely udentifies this object
Remarks
See Also