Selerix Developer Tools
Employment Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Person Class : Employment Property
Gets or sets the party's employment.
Syntax
'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);
}

Property Value

The party's employment.
See Also

Reference

Person Class
Person Members