TaskflowProperties.BizDocXml Property
Gets the XmlDocument (which can contain any extra data that is related to the task or to the External Item that the task is associated with) of the bizDoc object.
Namespace: OBA.Server.Taskflow.UI
Assembly: OBA.Server.Taskflow (in OBA.Server.Taskflow.dll)
Syntax
'Declaration
Public ReadOnly Property BizDocXml As String
Get
'Usage
Dim instance As TaskflowProperties
Dim value As String
value = instance.BizDocXml
public string BizDocXml { get; }
Property Value
Type: System.String