UserPreferencesGuid Property |
|
DataPA OpenAnalytics 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 public Guid Guid { get; set; }
Public Property Guid As Guid
Get
Set
public:
virtual property Guid Guid {
Guid get () sealed;
void set (Guid value) sealed;
}
function get_Guid();
function set_Guid(value);
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