WorkflowHostExceptionInstanceId Property |
Gets the guid of the workflow instance associated with the failure. The value is Guid.Empty, if it is not associated with any workflow instance in particular.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Guid InstanceId { get; }
Public ReadOnly Property InstanceId As Guid
Get
public:
property Guid InstanceId {
Guid get ();
}
member InstanceId : Guid with get
Property Value
Guid
See Also