'Declaration
<XmlElementAttribute("Contact")> <ObjectsViewRelationAttribute(Selerix.BusinessObjects.Person)> Public Overridable Property Contacts As PersonCollection
'Usage
Dim instance As Organization Dim value As PersonCollection instance.Contacts = value value = instance.Contacts
[XmlElement("Contact")] [ObjectsViewRelation(Selerix.BusinessObjects.Person)] public virtual PersonCollection Contacts {get; set;}
public read-write property Contacts: PersonCollection; virtual;
XmlElementAttribute("Contact") ObjectsViewRelationAttribute(Selerix.BusinessObjects.Person) public function get,set Contacts : PersonCollection
[XmlElement("Contact")] [ObjectsViewRelation(Selerix.BusinessObjects.Person)] public: __property virtual PersonCollection* get_Contacts(); public: __property virtual void set_Contacts( PersonCollection* value );
[XmlElement("Contact")] [ObjectsViewRelation(Selerix.BusinessObjects.Person)] public: virtual property PersonCollection^ Contacts { PersonCollection^ get(); void set ( PersonCollection^ value); }