ProjectItem.ItemType Property

Definition

Gets or sets the type of this item.

public:
 property System::String ^ ItemType { System::String ^ get(); void set(System::String ^ value); };
public string ItemType { get; set; }
public string ItemType { get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ItemType : string with get, set
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ItemType : string with get, set
Public Property ItemType As String

Property Value

The item type.

Attributes

Applies to