Share via


MigrationConfigIdParameter.GetObjects<T> method (ObjectId, IConfigDataProvider)

Namespace:  Microsoft.Exchange.Management.Migration
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Function GetObjects(Of T As New) ( _
    rootId As ObjectId, _
    session As IConfigDataProvider _
) As IEnumerable(Of T)
'Usage
Dim instance As MigrationConfigIdParameter
Dim rootId As ObjectId
Dim session As IConfigDataProvider
Dim returnValue As IEnumerable(Of T)

returnValue = instance.GetObjects(rootId, _
    session)
public IEnumerable<T> GetObjects<T>(
    ObjectId rootId,
    IConfigDataProvider session
)
where T : new()

Type parameters

  • T

Parameters

Return value

Type: System.Collections.Generic.IEnumerable<T>

See also

Reference

MigrationConfigIdParameter class

MigrationConfigIdParameter members

GetObjects overload

Microsoft.Exchange.Management.Migration namespace