Skip to content

P_Ifp_Validation_SubCollectionValidator_2_Validator

Martin Strecker edited this page Mar 9, 2019 · 1 revision

SubCollectionValidator(T, U).Validator Property

The validator that is applied to each element of the collection returned by Selector.

Namespace: Ifp.Validation
Assembly: Ifp.Validation (in Ifp.Validation.dll) Version: 1.4.0

Syntax

C#

protected IValidator<U> Validator { get; }

VB

Protected ReadOnly Property Validator As IValidator(Of U)
	Get

C++

protected:
property IValidator<U>^ Validator {
	IValidator<U>^ get ();
}

F#

member Validator : IValidator<'U> with get

Property Value

Type: IValidator(U)

See Also

Reference

SubCollectionValidator(T, U) Class
Ifp.Validation Namespace

Clone this wiki locally