SPWorkflowTaskProperties Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the SPWorkflowTaskProperties class.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
info
Type: System.Runtime.Serialization.SerializationInfoAn object that represents the serialization information.
context
Type: System.Runtime.Serialization.StreamingContextAn object that represents the streaming context.
See Also
Reference
SPWorkflowTaskProperties Class
SPWorkflowTaskProperties Members