adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / FeatureInformation Class / IsLicensed Property


In This Topic
    IsLicensed Property
    In This Topic
    Indicates whether the feature is licensed.
    Syntax
    'Declaration
     
    
    Public Property IsLicensed As Boolean
    public bool IsLicensed {get; set;}
    public:
    property bool IsLicensed {
       bool get();
       void set (    bool value);
    }
    See Also