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
Microsoft.SharePoint.WorkflowActions Namespace