Share via


ADPresentationObject.ValidateRead Method

Validates the presentation object when it is read.

Namespace:  Microsoft.Exchange.Data.Directory.Management
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

Exceptions

Exception Condition
NotSupportedException

The underlying ADObject is a null reference (Nothing in Visual Basic).

Remarks

This override validates the values of the Active Directory data store object before its values are assigned to the presentation object.