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