Share via


ValidValue.Value Property

Gets a valid value.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

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

value = instance.Value
public string Value { get; }
public:
property String^ Value {
    String^ get ();
}
/** @property */
public String get_Value ()
public function get Value () : String

Property Value

A read-only String object.

See Also

Reference

ValidValue Class
ValidValue Members
Microsoft.Reporting.WinForms Namespace