Properties Property (Article)
.NET Property enabling access to P8 properties of the Article object.
Property Value
P8 properties of the Article.
Article a;//a valid Article
a.Properties[Properties.Article.ARTICLE_NOTE] = "note";
string s = a.Properties[Properties.Article.ARTICLE_SUPPLIER];