DataSource.Label 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.
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.