DataPA Enterprise Dashboard Controls API Reference
Gets ans sets the Guid for this object

Namespace: DataPAEnterpriseDashboard
Assembly: 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: Guid
The Guid for this object

Return Value

Type: Guid
The Guid for this object

Remarks