Error.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if all the validation criteria are met (that is, if the range contains valid data).
public:
property bool Value { bool get(); };
public bool Value { get; }
Public ReadOnly Property Value As Boolean