SPWorkflowExternalDataExchangeServiceCollection.Item Property (Int32)

Gets the SPWorkflowExternalDataExchangeService object at a specified index in the collection.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = instance(index)
public SPWorkflowExternalDataExchangeService this[
    int index
] { get; }

Parameters

Property Value

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

Exceptions

Exception Condition
ArgumentOutOfRangeException

The argument that was passed to the index parameter is either less than zero or greater than the value of the Count property.

See Also

Reference

SPWorkflowExternalDataExchangeServiceCollection Class

SPWorkflowExternalDataExchangeServiceCollection Members

Item Overload

Microsoft.SharePoint.Workflow Namespace