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