Share via


SPWorkflowTask.Xml property

Gets the workflow task definition in XML format.

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

Syntax

'Declaration
<SubsetCallableForceNewKeywordAttribute> _
Public ReadOnly Property Xml As String
    Get
'Usage
Dim instance As SPWorkflowTask
Dim value As String

value = instance.Xml
[SubsetCallableForceNewKeywordAttribute]
public string Xml { get; }

Property value

Type: System.String
The workflow task definition as an XML string.

See also

Reference

SPWorkflowTask class

SPWorkflowTask members

Microsoft.SharePoint.Workflow namespace