WorkflowTask.WorkflowID Property

Gets the ID of the workflow associated with a workflow task. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property WorkflowID As String
    Get
'Usage
Dim instance As WorkflowTask
Dim value As String

value = instance.WorkflowID
string WorkflowID { get; }

Property Value

Type: System.String
String

See Also

Reference

WorkflowTask Interface

WorkflowTask Members

Microsoft.Office.Core Namespace