ContentType.ItemGroupName Property

Definition

Caution

Unused. Use ItemType property instead.

This property was never used for anything. It should have been removed before we shipped MSBuild 4.0.

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

Property Value

The serialized default content type for the item type.

Attributes

Applies to