SPWorkflowExternalDataExchangeServiceCollection.Item Property (Guid)
Gets the SPWorkflowExternalDataExchangeService object that has a specified GUID.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.GuidThe 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