ConfigurableObject.ValidateRead Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Overridable Sub ValidateRead ( _
errors As List(Of ValidationError) _
)
'Usage
Dim errors As List(Of ValidationError)
Me.ValidateRead(errors)
protected virtual void ValidateRead(
List<ValidationError> errors
)
Parameters
- errors
Type: System.Collections.Generic.List<ValidationError>
See Also