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