ValidateResult.Value Field

Definition

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.

Applies to