BaseItemSet<T>.Items Property

List of items found. May be empty

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)> _
Public Property Items As StreamingCollection(Of T)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)]
public StreamingCollection<T> Items { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Private)]
public:
property StreamingCollection<T>^ Items {
    StreamingCollection<T>^ get ();
    void set (StreamingCollection<T>^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Private)>]
member Items : StreamingCollection<'T> with get, set
function get Items () : StreamingCollection<T>
function set Items (value : StreamingCollection<T>)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<T>
Returns StreamingCollection<T>.

.NET Framework Security

See Also

Reference

BaseItemSet<T> Class

Microsoft.TeamFoundation.VersionControl.Server Namespace