Property Value
• true = Property is read-only
• false = Property is not read-only
• true = Property is read-only
• false = Property is not read-only
Article article = myProject.Articles[0]; // A valid Article object bool isReadOnly = article.Properties.ARTICLE_HEIGHT.Definition.IsReadOnly;