DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the type of the Enterprise license that 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 string EnterpriseLicenseType { get; }
Visual Basic
Public ReadOnly Property EnterpriseLicenseType As String
	Get
Visual C++
public:
virtual property String^ EnterpriseLicenseType {
	String^ get () sealed;
}

Return Value

Type: String
A value that indicates the type of the Enterprise license that has been installed on this server.

Remarks