DataPA Enterprise Dashboard Controls 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
C# |
---|
public bool EnterpriseLicenseValid { get; } |
Visual Basic |
---|
Public ReadOnly Property EnterpriseLicenseValid As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool EnterpriseLicenseValid {
bool get () sealed;
} |
Return Value
Type:
BooleanA value that indicates if a valid Enterprise license has been installed on this server.
Remarks
See Also