Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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