ServerSecurityEnterpriseLicenseValid Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if a valid Enterprise license has been installed on this server.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool EnterpriseLicenseValid { get; }
Public ReadOnly Property EnterpriseLicenseValid As Boolean
Get
public:
virtual property bool EnterpriseLicenseValid {
bool get () sealed;
}
function get_EnterpriseLicenseValid();
Return Value
Type:
BooleanA value that indicates if a valid Enterprise license has been installed on this server.
Remarks See Also