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: DataPAServerSecurityAssembly: 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:
StringA value that indicates the type of the Enterprise license that has been installed on this server.
Remarks
See Also