Licence ClassLicence ClassLicence Class

A static class providing information about the current licence for XmlPrime.

Inheritance Hierarchy

Syntax

Public MustInherit NotInheritable Class Licence
public abstract sealed class Licence
public:
ref class Licence abstract sealed
 
The LicenceLicenceLicence type exposes the following members.

Properties

 PropertyDescription
Public propertystaticExpiryDateExpiryDateExpiryDate 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.
Public propertystaticIsLicensedIsLicensedIsLicensed Gets a boolean value indicating whether the licence for this copy of XmlPrime is valid.
Public propertystaticStartDateStartDateStartDate Gets the date from which the licence for this copy of XmlPrime is valid. A DateTimeDateDateTime value indicating the date from which the licence for this copy of XmlPrime is valid, or MinValueMinValueMinValue if the licence is always valid.

Top

Methods

 MethodDescription
Public methodstaticLicenceStateLicenceStateLicenceState Returns a description of the current licence for XmlPrime.

Top