ObjectBinder<T>.Items Property

Returns strongly typed list of all items in the reader cannot call after use of MoveNext method.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public ReadOnly Property Items As List(Of T)
public List<T> Items { get; }
public:
property List<T>^ Items {
    List<T>^ get ();
}
member Items : List<'T> with get
function get Items () : List<T>

Property Value

Type: System.Collections.Generic.List<T>
Returns List<T>.

.NET Framework Security

See Also

Reference

ObjectBinder<T> Class

Microsoft.TeamFoundation.Framework.Server Namespace