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.
Workflow properties that are initially associated with a specified workflow.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property __WorkflowProperties As SPWorkflowActivationProperties
Get
Set
'Usage
Dim instance As ApplyActivation
Dim value As SPWorkflowActivationProperties
value = instance.__WorkflowProperties
instance.__WorkflowProperties = value
[ValidationOptionAttribute(ValidationOption.Required)]
public SPWorkflowActivationProperties __WorkflowProperties { get; set; }
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowActivationProperties
An SPWorkflowActivationPropertiesobject.