Share via


SendEmail.WorkflowId Property

Gets or sets the workflow ID of the workflow instance.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property WorkflowId As Guid
    Get
    Set
'Usage
Dim instance As SendEmail
Dim value As Guid

value = instance.WorkflowId

instance.WorkflowId = value
[BrowsableAttribute(false)]
[ValidationOptionAttribute(ValidationOption.Optional)]
public Guid WorkflowId { get; set; }

Property Value

Type: System.Guid

See Also

Reference

SendEmail Class

SendEmail Members

Microsoft.SharePoint.WorkflowActions Namespace

Other Resources

Workflow Activities for SharePoint Foundation

How SharePoint Foundation Processes Workflow Activities