EntitySet.List Property

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Gets the backing list for this EntitySet.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Protected Friend ReadOnly Property List As IList
    Get
'Usage
Dim value As IList

value = Me.List
protected internal IList List { get; }
protected public:
property IList^ List {
    IList^ get ();
}
member List : IList
function get List () : IList

Property Value

Type: System.Collections.IList
The backing list for this EntitySet.

See Also

Reference

EntitySet Class

System.ServiceModel.DomainServices.Client Namespace