Share via


UserConfigurationObject.Read method

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

Syntax

'Declaration
Public MustOverride Function Read ( _
    session As MailboxStoreTypeProvider, _
    identity As ObjectId _
) As IConfigurable
'Usage
Dim instance As UserConfigurationObject
Dim session As MailboxStoreTypeProvider
Dim identity As ObjectId
Dim returnValue As IConfigurable

returnValue = instance.Read(session, identity)
public abstract IConfigurable Read(
    MailboxStoreTypeProvider session,
    ObjectId identity
)

Parameters

Return value

Type: Microsoft.Exchange.Data.IConfigurable

Implements

IMailboxStoreType.Read(MailboxStoreTypeProvider, ObjectId)

See also

Reference

UserConfigurationObject class

UserConfigurationObject members

Microsoft.Exchange.Data.Storage.StoreConfigurableType namespace