Поделиться через


PropertyValidatorList.Validate Method

Returns whether the provided value is valid when it is compared to each item in the list of valid values.

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 for this property; otherwise, false.

Implements

IPropertyValidator.Validate(Object)

.NET Framework Security

See Also

Reference

PropertyValidatorList Class

Microsoft.Data.Schema.Build Namespace