Share via


FileContainerItem.ItemType Property

Namespace:  Microsoft.VisualStudio.Services.FileContainer
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property ItemType As ContainerItemType
[DataMemberAttribute(IsRequired = true)]
public ContainerItemType ItemType { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property ContainerItemType ItemType {
    ContainerItemType get ();
    void set (ContainerItemType value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ItemType : ContainerItemType with get, set
function get ItemType () : ContainerItemType 
function set ItemType (value : ContainerItemType)

Property Value

Type: Microsoft.VisualStudio.Services.FileContainer.ContainerItemType

.NET Framework Security

See Also

Reference

FileContainerItem Class

Microsoft.VisualStudio.Services.FileContainer Namespace