Share via


GetOperation.ItemType Property

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

Syntax

'Declaration
Public Property ItemType As ItemType
'Usage
Dim instance As GetOperation 
Dim value As ItemType 

value = instance.ItemType

instance.ItemType = value
public ItemType ItemType { get; set; }
public:
property ItemType ItemType {
    ItemType get ();
    void set (ItemType value);
}
public function get ItemType () : ItemType 
public function set ItemType (value : ItemType)

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Server.ItemType

.NET Framework Security

See Also

Reference

GetOperation Class

GetOperation Members

Microsoft.TeamFoundation.VersionControl.Server Namespace