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