Selerix Developer Tools
Employee Property (Document)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Document Class : Employee Property
Gets or sets the employee.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Overridable Property Employee As Applicant
'Usage
 
Dim instance As Document
Dim value As Applicant
 
instance.Employee = value
 
value = instance.Employee
[XmlIgnore()]
public virtual Applicant Employee {get; set;}
public read-write property Employee: Applicant; virtual; 
XmlIgnoreAttribute()
public function get,set Employee : Applicant
[XmlIgnore()]
public: __property virtual Applicant* get_Employee();
public: __property virtual void set_Employee( 
   Applicant* value
);
[XmlIgnore()]
public:
virtual property Applicant^ Employee {
   Applicant^ get();
   void set (    Applicant^ value);
}

Property Value

The employee.
See Also

Reference

Document Class
Document Members