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
- identity
Type: Microsoft.Exchange.Data.ObjectId
Return value
Type: Microsoft.Exchange.Data.IConfigurable