Share via


VersionControlLabel.Items Property

Gets a list of items and their versions that are contained in the label.

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

Syntax

'Declaration
Public ReadOnly Property Items As Item()
'Usage
Dim instance As VersionControlLabel 
Dim value As Item()

value = instance.Items
public Item[] Items { get; }
public:
property array<Item^>^ Items {
    array<Item^>^ get ();
}
public function get Items () : Item[]

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.Item[]

Remarks

Only used in the result of QueryLabels where includeItems = true.

.NET Framework Security

See Also

Reference

VersionControlLabel Class

VersionControlLabel Members

Microsoft.TeamFoundation.VersionControl.Client Namespace