WorkflowCodeTypeReferenceExpression Constructor (String)
Initializes a new instance of the WorkflowCodeTypeReferenceExpression class with the fully qualified .NET assembly name.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Sub New ( _
qualifiedName As String _
)
'Usage
Dim qualifiedName As String
Dim instance As New WorkflowCodeTypeReferenceExpression(qualifiedName)
public WorkflowCodeTypeReferenceExpression(
string qualifiedName
)
Parameters
qualifiedName
Type: System.StringA string that represents the fully qualified name of the assembly.
Examples
qualifiedName = "myTypes, Version=1.0.1234.0, Culture=neutral, PublicKeyToken=b77a5c561934e089c"
See Also
Reference
WorkflowCodeTypeReferenceExpression Class
WorkflowCodeTypeReferenceExpression Members