public string? Caption { get; set; }
Public Property Caption As String Get Set
public: property String^ Caption { String^ get (); void set (String^ value); }
member Caption : string with get, set
In This Article