ValidateResult.Value Field
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.
Value to put in the field if result is valid.
public object Value;
val mutable Value : obj
Public Value As Object
Field Value
Remarks
This provides an opportunity for validation to compute the final value.