AcceptedDomain.ValidateWrite method
Validate the instance of the class upon writing to the Active Directory Domain Services.
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>A list of errors associated with the validation.
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace