DefaultModelMetadata.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 collection of metadata items for validators.
public:
virtual property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ ValidatorMetadata { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public override System.Collections.Generic.IReadOnlyList<object> ValidatorMetadata { get; }
member this.ValidatorMetadata : System.Collections.Generic.IReadOnlyList<obj>
Public Overrides ReadOnly Property ValidatorMetadata As IReadOnlyList(Of Object)