Gets the valid value.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public ValidValue ValidValue { get; }
Visual Basic (Declaration)
Public ReadOnly Property ValidValue As ValidValue
Visual C++
public:
property ValidValue^ ValidValue {
	ValidValue^ get ();
}

Field Value

The valid value.

See Also