Share via


IPropertyValidator.Validate Method

When overridden in a derived class, validates the given value of a property.

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

Syntax

'Declaration
Function Validate ( _
    value As Object _
) As Boolean
bool Validate(
    Object value
)
bool Validate(
    Object^ value
)
abstract Validate : 
        value:Object -> bool 
function Validate(
    value : Object
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the value is valid; otherwise, false.

.NET Framework Security

See Also

Reference

IPropertyValidator Interface

Microsoft.Data.Schema.Build Namespace