Selerix Developer Tools
Department Property (WorkHistoryEntry)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > WorkHistoryEntry Class : Department Property
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

Reference

WorkHistoryEntry Class
WorkHistoryEntry Members