ADRecipient.ValidateRead method
This member overrides ADObject.ValidateRead(List<ValidationError>).
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
'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
)
- errors
Type: System.Collections.Generic.List<ValidationError>