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