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
- value
Type: System.Object
The proposed value for a property.
Return Value
Type: System.Boolean
true if the value is valid; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.