Share via


SPWorkflowAssociation.ExportToXml method

Gets a string that contains the state of all members of the class in XML format.

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

Syntax

'Declaration
Public Function ExportToXml As String
'Usage
Dim instance As SPWorkflowAssociation
Dim returnValue As String

returnValue = instance.ExportToXml()
public string ExportToXml()

Return value

Type: System.String
An XML string that contains the state of all persisted properties of the association.

See also

Reference

SPWorkflowAssociation class

SPWorkflowAssociation members

Microsoft.SharePoint.Workflow namespace