ReceiveConnector.ValidateWrite Method
Validates properties when writing.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Protected Overrides Sub ValidateWrite ( _
errors As List(Of ValidationError) _
)
'Usage
Dim errors As List(Of ValidationError)
Me.ValidateWrite(errors)
protected override void ValidateWrite(
List<ValidationError> errors
)
Parameters
- errors
Type: System.Collections.Generic.List<ValidationError>
List of validation errors that have occurred.
Remarks
Note
When overridden in a derived class, you must call the base implementation of the ValidateWrite(List<ValidationError>) method before running your custom validation logic.