Share via


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

See also

Reference

UserConfigurationObject class

UserConfigurationObject members

Microsoft.Exchange.Data.Storage.StoreConfigurableType namespace