This documentation is archived and is not being maintained.

VersionControlLabel::Items Property

Gets the items that are associated with this label.

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

public:
property array<Item^>^ Items {
	array<Item^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::Item>
The items that are associated with this label.

Show: