DataPA Enterprise Dashboard Controls API Reference 
        
 Gets a GUID that uniquely identifies this object.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public Guid GUID { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property GUID As Guid
	Get  | 
| Visual C++ | 
|---|
public:
virtual property Guid GUID {
	Guid get () sealed;
} | 
Property Value
Type: 
GuidThe GUID that uniquely identifies this object.
Return Value
Type: 
GuidThe GUID that uniquely identifies this object.
Remarks
See Also