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