Share via


SPWorkflowTaskProperties constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the SPWorkflowTaskProperties class.

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

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)> _
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New SPWorkflowTaskProperties(info, context)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)]
protected SPWorkflowTaskProperties(
    SerializationInfo info,
    StreamingContext context
)

Parameters

See also

Reference

SPWorkflowTaskProperties class

SPWorkflowTaskProperties members

SPWorkflowTaskProperties overload

Microsoft.SharePoint.Workflow namespace