Properties Property (ArticleReference)
Setting article reference properties by parent object ids Setting article reference properties by ArticleReferencePropertyList ids
articleReference.ParentObject.Properties[Properties.Function.FUNC_ARTICLE_NOTE, 1] = "ARTICLE_NOTE3";
string note = articleReference.ParentObject.Properties[Properties.Function.FUNC_ARTICLE_NOTE, 1];
articleReference.Properties[Properties.ArticleReference.ARTICLE_NOTE] = "note";
string note = articleReference.Properties[Properties.ArticleReference.ARTICLE_NOTE];