ResubmitRequestIdentityParameter.GetObjects<T> method (ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>)
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public Function GetObjects(Of T As New) ( _
rootId As ObjectId, _
session As IConfigDataProvider, _
notUsed2 As OptionalIdentityData, _
<OutAttribute> ByRef notFoundReason As Nullable(Of LocalizedString) _
) As IEnumerable(Of T)
'Usage
Dim instance As ResubmitRequestIdentityParameter
Dim rootId As ObjectId
Dim session As IConfigDataProvider
Dim notUsed2 As OptionalIdentityData
Dim notFoundReason As Nullable(Of LocalizedString)
Dim returnValue As IEnumerable(Of T)
returnValue = instance.GetObjects(rootId, _
session, notUsed2, notFoundReason)
public IEnumerable<T> GetObjects<T>(
ObjectId rootId,
IConfigDataProvider session,
OptionalIdentityData notUsed2,
out Nullable<LocalizedString> notFoundReason
)
where T : new()
Type parameters
- T
Parameters
- rootId
Type: Microsoft.Exchange.Data.ObjectId
- session
Type: Microsoft.Exchange.Data.IConfigDataProvider
- notUsed2
Type: Microsoft.Exchange.Configuration.Tasks.OptionalIdentityData
- notFoundReason
Type: System.Nullable<LocalizedString>
Return value
Type: System.Collections.Generic.IEnumerable<T>
See also
Reference
ResubmitRequestIdentityParameter class