VersionControlLabelDocumentItem.ItemType Property

The ItemType of this item (file or folder)

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

VersionControlLabelDocumentItem Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace