ApplicationSecurityGUID Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicate the security GUID used to tell when the server security object on the server has changed.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SecurityGUID { get; }
Public ReadOnly Property SecurityGUID As String
Get
public:
virtual property String^ SecurityGUID {
String^ get () sealed;
}
function get_SecurityGUID();
Return Value
Type:
StringA value that indicate the security GUID used to tell when the server security object on the server has changed.
Remarks See Also