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 or sets the workflow ID assigned to the workflow instance by the workflow engine.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(False)> _
Public Property WorkflowId As Guid
Get
Set
'Usage
Dim instance As InitializeWorkflow
Dim value As Guid
value = instance.WorkflowId
instance.WorkflowId = value
[ValidationOptionAttribute(ValidationOption.Optional)]
[BrowsableAttribute(false)]
public Guid WorkflowId { get; set; }
Property Value
Type: System.Guid