ADObject.ValidateRead Method
This member overrides ConfigurableObject.ValidateRead(List<ValidationError>).
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Protected Overrides Sub ValidateRead ( _
errors As List(Of ValidationError) _
)
'Usage
Dim errors As List(Of ValidationError)
Me.ValidateRead(errors)
protected override void ValidateRead(
List<ValidationError> errors
)
Parameters
- errors
Type: System.Collections.Generic.List<ValidationError>