Whether or not the Department is currently active.
Syntax
'Declaration
Public Overridable Property Active As Boolean
'Usage
Dim instance As Department
Dim value As Boolean
instance.Active = value
value = instance.Active
public virtual bool Active {get; set;}
public read-write property Active: Boolean; virtual;
public function get,set Active : boolean
public: __property virtual bool get_Active();
public: __property virtual void set_Active(
bool value
);
public:
virtual property bool Active {
bool get();
void set ( bool value);
}
See Also