Share via


SPWorkflowExternalDataExchangeServiceCollection.Item property (Type)

Gets the SPWorkflowExternalDataExchangeService object that is an instance of a specified type.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    type As Type _
) As SPWorkflowExternalDataExchangeService
    Get
'Usage
Dim instance As SPWorkflowExternalDataExchangeServiceCollection
Dim type As Type
Dim value As SPWorkflowExternalDataExchangeService

value = instance(type)
public SPWorkflowExternalDataExchangeService this[
    Type type
] { get; }

Parameters

  • type
    Type: System.Type

    The type of an object in the collection.

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowExternalDataExchangeService
The workflow communications service.

See also

Reference

SPWorkflowExternalDataExchangeServiceCollection class

SPWorkflowExternalDataExchangeServiceCollection members

Item overload

Microsoft.SharePoint.Workflow namespace