DataPA Enterprise Dashboard Controls API Reference
Gets the serial number of the current license.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public string SerialNumber { get; }
Visual Basic
Public ReadOnly Property SerialNumber As String
	Get
Visual C++
public:
virtual property String^ SerialNumber {
	String^ get () sealed;
}

Return Value

Type: String
The serial number of the current license.

Remarks