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: DataPAServerSecurity
Assembly: 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: String
A value that is a unique identifier that changes each time the setup stored on the server changes.

Remarks