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