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