ValidationMetadata.ValidatorMetadata Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.