Share via


SPWorkflowActivityDetails.ShapeId property

Gets or sets the identifier (ID) for the shape that represents this instance of a workflow activity in a diagram.

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

Syntax

'Declaration
Public Property ShapeId As String
    Get
    Set
'Usage
Dim instance As SPWorkflowActivityDetails
Dim value As String

value = instance.ShapeId

instance.ShapeId = value
public string ShapeId { get; set; }

Property value

Type: System.String
A string that contains the ID for a shape.

See also

Reference

SPWorkflowActivityDetails class

SPWorkflowActivityDetails members

Microsoft.SharePoint.Workflow namespace