Gets or sets the employee ident. Gets or sets the *** of the applicant.
Syntax
'Declaration
Public Overridable Property EmployeeIdent As String
'Usage
Dim instance As Applicant
Dim value As String
instance.EmployeeIdent = value
value = instance.EmployeeIdent
public virtual string EmployeeIdent {get; set;}
public read-write property EmployeeIdent: String; virtual;
public function get,set EmployeeIdent : String
public: __property virtual string* get_EmployeeIdent();
public: __property virtual void set_EmployeeIdent(
string* value
);
public:
virtual property String^ EmployeeIdent {
String^ get();
void set ( String^ value);
}
Property Value
The employee ident.
See Also