public bool Active { get; set; }
Public Property Active As Boolean Get Set
public: property bool Active { bool get (); void set (bool value); }