Share via


MailboxStoreTypeProvider.Read<T> Method

Namespace:  Microsoft.Exchange.Data.Storage
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public Function Read(Of T As {New, IConfigurable}) ( _
    identity As ObjectId _
) As IConfigurable
'Usage
Dim instance As MailboxStoreTypeProvider
Dim identity As ObjectId
Dim returnValue As IConfigurable

returnValue = instance.Read(identity)
public IConfigurable Read<T>(
    ObjectId identity
)
where T : new(), IConfigurable

Type Parameters

  • T

Parameters

Implements

IConfigDataProvider.Read<T>(ObjectId)