SPWorkflowTaskCollection.XmlDoc property
Gets an XML File that contains an XML representation of the tasks represented in the collection.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)> _
Public ReadOnly Property XmlDoc As XmlDocument
Get
'Usage
Dim instance As SPWorkflowTaskCollection
Dim value As XmlDocument
value = instance.XmlDoc
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)]
public XmlDocument XmlDoc { get; }
Property value
Type: System.Xml.XmlDocument
A object that contains the XmlDocument.
See also
Reference
SPWorkflowTaskCollection class