ProjectItemGroupTaskItemInstance.ItemType Property

Definition

Item type, for example "Compile"

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

Property Value

The item type, for example "Compile".

Attributes

Applies to