public bool IsPropertyLicensed {get;}
public: property bool IsPropertyLicensed { bool get(); }
true : Property is licensed
false : Property is not licensed
Article article; //a valid article object bool b = article.Properties.ARTICLE_HEIGHT.Definition.IsPropertyLicensed;
PropertyDefinition Class PropertyDefinition Members