DataMember.Label Property

Definition

Gets the label to display for this data member.

public:
 virtual property System::String ^ Label { System::String ^ get(); };
public override string Label { get; }
member this.Label : string
Public Overrides ReadOnly Property Label As String

Property Value

A string containing the label to display for this data member.

Applies to