Share via


NewItemCommand.ItemType Property

Definition

Gets or sets the type of the item to create.

public:
 property System::String ^ ItemType { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ ItemType { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ItemType { get; set; }
[System.Management.Automation.Alias(new System.String[] { "Type" })]
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)]
public string ItemType { get; set; }
member this.ItemType : string with get, set
[<System.Management.Automation.Alias(new System.String[] { "Type" })>]
[<System.Management.Automation.Parameter(ValueFromPipelineByPropertyName=true)>]
member this.ItemType : string with get, set
Public Property ItemType As String

Property Value

Attributes

Applies to