WorkflowCodeTypeReferenceExpression Constructor (Type)
Initializes a new instance of the WorkflowCodeTypeReferenceExpression class with a specific data type.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Sub New ( _
type As Type _
)
'Usage
Dim type As Type
Dim instance As New WorkflowCodeTypeReferenceExpression(type)
public WorkflowCodeTypeReferenceExpression(
Type type
)
Parameters
type
Type: System.TypeA .NET data type.
See Also
Reference
WorkflowCodeTypeReferenceExpression Class
WorkflowCodeTypeReferenceExpression Members