public bool IsPropertyLicensed {get;}
Property Value
true : Property is licensed
false : Property is not licensed
public bool IsPropertyLicensed {get;}
true : Property is licensed
false : Property is not licensed
Article article; //a valid article object bool b = article.Properties.ARTICLE_HEIGHT.Definition.IsPropertyLicensed;