DataPA Enterprise Dashboard Controls 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
C# |
---|
public string SetupGUID { get; } |
Visual Basic |
---|
Public ReadOnly Property SetupGUID As String
Get |
Visual C++ |
---|
public:
virtual property String^ SetupGUID {
String^ get () sealed;
} |
Return Value
Type:
StringA value that is a unique identifier that changes each time the setup stored on the server changes.
Remarks
See Also