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 = myProject.Articles[0]; // A valid Article object bool isPropertyLicensed = article.Properties.ARTICLE_HEIGHT.Definition.IsPropertyLicensed;