WorkflowAncestorReferenceExpression Constructor (String)
Initializes a new instance of the WorkflowAncestorReferenceExpression class with the specified qualified type 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 WorkflowAncestorReferenceExpression(qualifiedName)
public WorkflowAncestorReferenceExpression(
string qualifiedName
)
Parameters
qualifiedName
Type: System.StringThe qualified name.
Remarks
The qualifiedName should be equivalent to the value of an AssemblyQualifiedName property.
See Also
Reference
WorkflowAncestorReferenceExpression Class
WorkflowAncestorReferenceExpression Members