Share via


VersionControlLabelDocumentItem.Item Property

If Exists is true, this property will be non-null.

The Item object for this item in the label.

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

Syntax

'Declaration
Public ReadOnly Property Item As Item
public Item Item { get; }
public:
property Item^ Item {
    Item^ get ();
}
member Item : Item with get
function get Item () : Item

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.Item
Returns Item.

.NET Framework Security

See Also

Reference

VersionControlLabelDocumentItem Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace