DataPA Enterprise Dashboard Controls API Reference
Gets and sets a Guid that uniquely identifies this object
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.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:
GuidA Guid that uniquely identifies this object
Return Value
Type:
GuidA Guid that uniquely identifies this object
Remarks
See Also