Selerix Developer Tools
EmployeeID Property (Applicant)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Applicant Class : EmployeeID Property
Gets or sets the employee ID. Gets or sets the employee ID of the applicant.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property EmployeeID As String
'Usage
 
Dim instance As Applicant
Dim value As String
 
instance.EmployeeID = value
 
value = instance.EmployeeID
[XmlAttribute()]
public virtual string EmployeeID {get; set;}
public read-write property EmployeeID: String; virtual; 
XmlAttributeAttribute()
public function get,set EmployeeID : String
[XmlAttribute()]
public: __property virtual string* get_EmployeeID();
public: __property virtual void set_EmployeeID( 
   string* value
);
[XmlAttribute()]
public:
virtual property String^ EmployeeID {
   String^ get();
   void set (    String^ value);
}

Property Value

The employee ID.
See Also

Reference

Applicant Class
Applicant Members