Share via


SPWorkflowExternalDataExchangeServiceCollection.Item property (Guid)

Gets the SPWorkflowExternalDataExchangeService object that has a specified GUID.

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

Syntax

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

value = instance(id)
public SPWorkflowExternalDataExchangeService this[
    Guid id
] { get; }

Parameters

  • id
    Type: System.Guid

    The value of the Type.GUID property of an interface or class in this collection.

Property value

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

Exceptions

Exception Condition
ArgumentException

The collection does not contain an object that corresponds to the specified GUID.

See also

Reference

SPWorkflowExternalDataExchangeServiceCollection class

SPWorkflowExternalDataExchangeServiceCollection members

Item overload

Microsoft.SharePoint.Workflow namespace