SPWorkflowTask.Xml Property
Gets the workflow task definition 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
<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.