UserConfigurationObject.ValidateRead method
This member overrides ConfigurableObject.ValidateRead(List<ValidationError>).
Namespace: Microsoft.Exchange.Data.Storage.StoreConfigurableType
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.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>
See also
Reference
UserConfigurationObject members
Microsoft.Exchange.Data.Storage.StoreConfigurableType namespace