Delen via


AgnosticProjectProperties.GetValidators Method

Returns a dictionary of validators to make sure that the property file data is valid.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Shared Function GetValidators As IDictionary(Of String, IPropertyValidator)
public static IDictionary<string, IPropertyValidator> GetValidators()
public:
static IDictionary<String^, IPropertyValidator^>^ GetValidators()
static member GetValidators : unit -> IDictionary<string, IPropertyValidator> 
public static function GetValidators() : IDictionary<String, IPropertyValidator>

Return Value

Type: System.Collections.Generic.IDictionary<String, IPropertyValidator>
A dictionary of validators.

.NET Framework Security

See Also

Reference

AgnosticProjectProperties Class

Microsoft.Data.Schema.Build Namespace