DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the expiry date of the current license.

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

Syntax

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

Return Value

Type: DateTime
A value that indicates the expiry date of the current license.

Remarks

If the license has no expiry date, will return Nothing.

See Also