Share via


SPUserCodeWorkflowActivity.SolutionId Property

Gets or sets the GUID of the sandboxed solution used to deploy the user code workflow.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property SolutionId As Guid
    Get
    Set
'Usage
Dim instance As SPUserCodeWorkflowActivity
Dim value As Guid

value = instance.SolutionId

instance.SolutionId = value
[ValidationOptionAttribute(ValidationOption.Required)]
public Guid SolutionId { get; set; }

Property Value

Type: System.Guid
The GUID of the sandboxed solution used to deploy the user code workflow.

See Also

Reference

SPUserCodeWorkflowActivity Class

SPUserCodeWorkflowActivity Members

Microsoft.SharePoint.WorkflowActions Namespace