DataSource.Label Property

Definition

The label of the MSBuild property group/item definition group to which a property/item definition metadata belongs to. Default value is the empty string.

public:
 property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
public string Label { get; set; }
public string Label { [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; }
member this.Label : 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.Label : string with get, set
Public Property Label As String

Property Value

The label of the property or item group.

Attributes

Examples

A VC++ property that exists in the project manifest in the MSBuild property group with label Globals would have this same value for this field.

Remarks

The default value is the empty string.

Applies to