ContentType.ItemGroupName 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.
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