ClientValidatorProviderContext.ValidatorMetadata Property

Definition

Gets the validator metadata.

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

Property Value

Remarks

This property provides convenience access to ValidatorMetadata.

Applies to