Compartir a través de


IConfigDataProvider.Read<T> Method

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

Syntax

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

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

Type Parameters

  • T

Parameters