DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates the expiry date of the current license.
Namespace: DataPAClientConfigAssembly: 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:
DateTimeA value that indicates the expiry date of the current license.
Remarks
See Also