DataPA Enterprise Dashboard Controls API Reference
Gets the unique ID of this object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.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:
StringThe unique ID of this object
Return Value
Type:
StringThe unique ID of this object
Implements
GaugeData..::.._GaugeData..::..IDRemarks
See Also