Selerix Developer Tools
Department Property (Employment)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Employment Class : Department Property
Gets or sets the department.
Syntax
'Declaration
 
Public Overridable Property Department As String
'Usage
 
Dim instance As Employment
Dim value As String
 
instance.Department = value
 
value = instance.Department
public virtual string Department {get; set;}
public read-write property Department: String; virtual; 
public function get,set Department : String
public: __property virtual string* get_Department();
public: __property virtual void set_Department( 
   string* value
);
public:
virtual property String^ Department {
   String^ get();
   void set (    String^ value);
}

Property Value

The department.
See Also

Reference

Employment Class
Employment Members