Licence.IsLicensed PropertyLicence.IsLicensed PropertyLicence::IsLicensed Property

Gets a boolean value indicating whether the licence for this copy of XmlPrime is valid.

Syntax

Public Shared ReadOnly Property IsLicensed As Boolean
        Get
public static bool IsLicensed { get; }
public:
static property bool IsLicensed {
    bool get();
}
 

Property Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if this instance is licensed; otherwise, falseFalsefalse.