NewItemCommand.ItemType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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