Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stores additional information for activities that implement the ISPActivityDetailsSerializable interface.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ExtendedActivityDetails As String
Get
Set
'Usage
Dim instance As SPWorkflowActivityDetails
Dim value As String
value = instance.ExtendedActivityDetails
instance.ExtendedActivityDetails = value
public string ExtendedActivityDetails { get; set; }
Property Value
Type: System.String
For activities that implement ISPActivityDetailsSerializable(), this property stores the string returned by the GetActivityDetails() method. For activities that do not, this property is null .
See Also
Reference
SPWorkflowActivityDetails Class