ValidateOptions<TOptions>.Validation Property

Definition

The validation function.

public:
 property Func<TOptions, bool> ^ Validation { Func<TOptions, bool> ^ get(); };
public Func<TOptions,bool> Validation { get; }
member this.Validation : Func<'Options, bool (requires 'Options : null)>
Public ReadOnly Property Validation As Func(Of TOptions, Boolean)

Property Value

Func<TOptions,Boolean>

Applies to