public new ArticlePropertyList Properties {get;}
public: new property ArticlePropertyList^ Properties { ArticlePropertyList^ get(); }
public new ArticlePropertyList Properties {get;}
public: new property ArticlePropertyList^ Properties { ArticlePropertyList^ get(); }
Article a;//a valid Article a.Properties[Properties.Article.ARTICLE_NOTE] = "note"; string s = a.Properties[Properties.Article.ARTICLE_SUPPLIER];