ValidValue.Value-Eigenschaft

Ruft einen gültigen Wert ab.

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

Syntax

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

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

Eigenschaftswert

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

Siehe auch

Verweis

ValidValue Klasse

Microsoft.Reporting.WebForms-Namespace