ModelMetadata.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:
abstract property System::Collections::Generic::IReadOnlyList<System::Object ^> ^ ValidatorMetadata { System::Collections::Generic::IReadOnlyList<System::Object ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyList<object> ValidatorMetadata { get; }
member this.ValidatorMetadata : System.Collections.Generic.IReadOnlyList<obj>
Public MustOverride ReadOnly Property ValidatorMetadata As IReadOnlyList(Of Object)