'Declaration
<ObjectsViewRelationAttribute(Selerix.BusinessObjects.Employment)> Public Overridable Property Employment As Employment
'Usage
Dim instance As Person Dim value As Employment instance.Employment = value value = instance.Employment
[ObjectsViewRelation(Selerix.BusinessObjects.Employment)] public virtual Employment Employment {get; set;}
public read-write property Employment: Employment; virtual;
ObjectsViewRelationAttribute(Selerix.BusinessObjects.Employment) public function get,set Employment : Employment
[ObjectsViewRelation(Selerix.BusinessObjects.Employment)] public: __property virtual Employment* get_Employment(); public: __property virtual void set_Employment( Employment* value );
[ObjectsViewRelation(Selerix.BusinessObjects.Employment)] public: virtual property Employment^ Employment { Employment^ get(); void set ( Employment^ value); }