ServerSecuritySetupGUID Property |
|
DataPA OpenAnalytics API Reference
Gets a value that is a unique identifier that changes each time the setup stored on the server changes.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SetupGUID { get; }
Public ReadOnly Property SetupGUID As String
Get
public:
virtual property String^ SetupGUID {
String^ get () sealed;
}
function get_SetupGUID();
Return Value
Type:
StringA value that is a unique identifier that changes each time the setup stored on the server changes.
Remarks See Also