SPWorkflowAssociationCollection.SoapXml Property
Gets a string that represents the workflow association collection in XML format.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property SoapXml As String
Get
'Usage
Dim instance As SPWorkflowAssociationCollection
Dim value As String
value = instance.SoapXml
public string SoapXml { get; }
Property Value
Type: System.String
The workflow association collection in XML format.
See Also
Reference
SPWorkflowAssociationCollection Class