WorkflowInstance.FaultInfo property
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public ReadOnly Property FaultInfo As String
Get
'Usage
Dim instance As WorkflowInstance
Dim value As String
value = instance.FaultInfo
public string FaultInfo { get; }
Property value
Type: System.String