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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.