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)
Available in Sandboxed Solutions: No

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