Share via


ListDataSet.Source Property

Gets or sets the list that is used to populate the ListDataSet.

Syntax

  public System.Collections.IList Source {get; set;}

Property Value

System.Collections.IList.  The list of data items.

This property is read/write.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also