ValidValue.Label-Eigenschaft

Ruft eine Bezeichnung für den gültigen Wert ab.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
Public ReadOnly Property Label As String
    Get
'Usage
Dim instance As ValidValue
Dim value As String

value = instance.Label
public string Label { get; }
public:
property String^ Label {
    String^ get ();
}
member Label : string
function get Label () : String

Eigenschaftswert

Typ: System.String
Ein schreibgeschütztes string-Objekt.

Siehe auch

Verweis

ValidValue Klasse

Microsoft.Reporting.WebForms-Namespace