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.
Represents the information about the activity before it has executed.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public _inProperties As SPWorkflowTaskProperties
'Usage
Dim instance As CollectDataTask
Dim value As SPWorkflowTaskProperties
value = instance._inProperties
instance._inProperties = value
public SPWorkflowTaskProperties _inProperties
Remarks
This member is reserved for internal use and is not intended to be used directly from your code.
Use InProperties instead.