RemoteValueList Class

Represents a list of RemoteResource objects.

  public abstract class RemoteValueList : RemoteValue

Protected Instance Constructor

Method Description
RemoteValueList Initializes a new instance of the RemoteValueList class.

Public Instance Methods

Method Description
Validate Validates the data.

Public Instance Properties

Property Description
List Gets or sets a list of remote values.
Mappings Gets or sets a list of remote values and mappings.
RepeatedType Gets or sets the type of the data in this list.
SortBy Gets or sets the property by which to sort the data in the list.

Requirements

Reference: Microsoft.MediaCenter

Namespace: Microsoft.MediaCenter.DataAccess

Assembly: Microsoft.MediaCenter.dll

Platform: Windows 7

See Also