DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if a valid Enterprise license has been installed on this server.

Namespace: DataPAServerSecurity
Assembly: 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: Boolean
A value that indicates if a valid Enterprise license has been installed on this server.

Remarks