DataPA Enterprise Dashboard Controls API Reference
Gets the number of Enterprise License Agents that are licensed on this server.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public long EnterpriseNumAgents { get; }
Visual Basic
Public ReadOnly Property EnterpriseNumAgents As Long
	Get
Visual C++
public:
virtual property long long EnterpriseNumAgents {
	long long get () sealed;
}

Return Value

Type: Int64
The number of Enterprise License Agents that are licensed on this server.

Remarks