Click or drag to resize

PropertyMethodInfoValidationMethod Delegate

The property value validation method delegate. See the actual methods for information on the parameters.

Namespace:  MFiles.VAF
Assembly:  MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntax
protected delegate bool ValidationMethod(
	PropertyEnvironment environment,
	out string message
)

Parameters

environment
Type: MFiles.VAF.CommonPropertyEnvironment
message
Type: SystemString

Return Value

Type: Boolean
See Also