public bool UseRule { get; set; }
Public Property UseRule As Boolean Get Set
public: property bool UseRule { bool get (); void set (bool value); }
member UseRule : bool with get, set
In This Article