Share via


ValidationMetadata.ValidatorMetadata Property

Definition

Gets a list of metadata items for validators.

public:
 property System::Collections::Generic::IList<System::Object ^> ^ ValidatorMetadata { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> ValidatorMetadata { get; }
member this.ValidatorMetadata : System.Collections.Generic.IList<obj>
Public ReadOnly Property ValidatorMetadata As IList(Of Object)

Property Value

Remarks

IValidationMetadataProvider implementations should store metadata items in this list, to be consumed later by an IModelValidatorProvider.

Applies to