Public Property OrderBy As String
public string OrderBy { get; set; }
public: property String^ OrderBy { String^ get (); void set (String^ value); }
function get_orderBy(); function set_orderBy(value);