ClientConfigSetupGUID Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicate the setup GUID used to tell when the setup on the server has changed.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.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 indicate the setup GUID used to tell when the setup on the server has changed.
Remarks See Also