SPWorkflowExternalDataExchangeServiceCollection class

Represents a collection of instances of concrete subclasses of the abstract class SPWorkflowExternalDataExchangeService.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPAutoSerializingObject
    Microsoft.SharePoint.SPBaseCollection
      Microsoft.SharePoint.Workflow.SPWorkflowExternalDataExchangeServiceCollection

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

Syntax

'Declaration
Public NotInheritable Class SPWorkflowExternalDataExchangeServiceCollection _
    Inherits SPBaseCollection
'Usage
Dim instance As SPWorkflowExternalDataExchangeServiceCollection
public sealed class SPWorkflowExternalDataExchangeServiceCollection : SPBaseCollection

Remarks

The collection cannot contain more than one instance of a given class.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPWorkflowExternalDataExchangeServiceCollection members

Microsoft.SharePoint.Workflow namespace

ParentCollection