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)
Available in Sandboxed Solutions: No
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