DataAccessTask<TDataObject>.GetDataObject Method (IIdentityParameter)
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Protected Function GetDataObject ( _
id As IIdentityParameter _
) As IConfigurable
'Usage
Dim id As IIdentityParameter
Dim returnValue As IConfigurable
returnValue = Me.GetDataObject(id)
protected IConfigurable GetDataObject(
IIdentityParameter id
)