RemoteValueList.SortBy Property

Gets or sets the property by which to sort the data in the list.

Syntax

  public string SortBy {get; set;}

Property Value

System.String.  The name of the property.

This property is read/write.

Remarks

If SortBy is set after calling GetDataFromResource, the SortBy value is not validated and so an invalid value will not return an error.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.DataAccess

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also