Licence.ExpiryDate PropertyLicence.ExpiryDate PropertyLicence::ExpiryDate Property

Gets the date at which the licence for this copy of XmlPrime expires. A DateTimeDateDateTime value indicating the date at which the licence for this copy of XmlPrime expires, or DateTime.MaxValueDateTime.MaxValueDateTime.MaxValue if the licence is always valid.

Syntax

Public Shared ReadOnly Property ExpiryDate As Date
        Get
public static DateTime ExpiryDate { get; }
public:
static property DateTime ExpiryDate {
    DateTime get();
}