DataPA Enterprise Dashboard Controls API Reference 
        
 Gets ans sets the Guid for this object
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public Guid Guid { get; set; } | 
| Visual Basic | 
|---|
Public Property Guid As Guid
	Get
	Set  | 
| Visual C++ | 
|---|
public:
virtual property Guid Guid {
	Guid get () sealed;
	void set (Guid value) sealed;
} | 
Property Value
Type: 
GuidThe Guid for this object
Return Value
Type: 
GuidThe Guid for this object
Remarks
See Also