EmployeeIdent
Syntax
'Declaration
Public Property EmployeeIdent As String
'Usage
Dim instance As WorkHistoryEntry
Dim value As String
instance.EmployeeIdent = value
value = instance.EmployeeIdent
public string EmployeeIdent {get; set;}
public read-write property EmployeeIdent: String;
public function get,set EmployeeIdent : String
public: __property string* get_EmployeeIdent();
public: __property void set_EmployeeIdent(
string* value
);
public:
property String^ EmployeeIdent {
String^ get();
void set ( String^ value);
}
See Also