DataPA Enterprise Dashboard Controls API Reference
Gets and sets the LicenseInfo object for this object.

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

Syntax

C#
public LicenseInfo LicenseInfo { get; set; }
Visual Basic
Public Property LicenseInfo As LicenseInfo
	Get
	Set
Visual C++
public:
virtual property LicenseInfo^ LicenseInfo {
	LicenseInfo^ get () sealed;
	void set (LicenseInfo^ value) sealed;
}

Property Value

Type: LicenseInfo
The LicenseInfo object for this object.

Return Value

Type: LicenseInfo
The LicenseInfo object for this object.

Remarks