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
Syntaxprotected delegate bool ValidationMethod(
PropertyEnvironment environment,
out string message
)
Protected Delegate Function ValidationMethod (
environment As PropertyEnvironment,
<OutAttribute> ByRef message As String
) As Boolean
protected delegate bool ValidationMethod(
PropertyEnvironment^ environment,
[OutAttribute] String^% message
)
Parameters
- environment
- Type: MFiles.VAF.CommonPropertyEnvironment
- message
- Type: SystemString
Return Value
Type:
Boolean
See Also