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