ValidateOptions<TOptions>.Validation Eigenschap

Definitie

Hiermee haalt u de validatiefunctie op.

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)

Waarde van eigenschap

Func<TOptions,Boolean>

Van toepassing op