Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.