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