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