Share via


PropertyValidatorInt.Validate Method

Returns a value that indicates whether the provided value is valid.

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

Syntax

'Declaration
Public Function Validate ( _
    value As Object _
) As Boolean
public bool Validate(
    Object value
)
public:
virtual bool Validate(
    Object^ value
) sealed
abstract Validate : 
        value:Object -> bool 
override Validate : 
        value:Object -> bool 
public final function Validate(
    value : Object
) : boolean

Parameters

Return Value

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

Implements

IPropertyValidator.Validate(Object)

.NET Framework Security

See Also

Reference

PropertyValidatorInt Class

Microsoft.Data.Schema.Build Namespace