DataPA Enterprise Dashboard Controls API Reference
Gets and sets the GUID of the user these preferences relate to.
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:
GuidThe GUID of the user these preferences relate to.
Return Value
Type:
GuidThe GUID of the user these preferences relate to.
Remarks
See Also