Share via


WorkflowAncestorReferenceExpression.QualifiedTypeName property

Gets or sets the fully qualified .NET assembly name.

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

Syntax

'Declaration
Public Property QualifiedTypeName As String
    Get
    Set
'Usage
Dim instance As WorkflowAncestorReferenceExpression
Dim value As String

value = instance.QualifiedTypeName

instance.QualifiedTypeName = value
public string QualifiedTypeName { get; set; }

Property value

Type: System.String
The fully qualified .NET assembly name.

See also

Reference

WorkflowAncestorReferenceExpression class

WorkflowAncestorReferenceExpression members

Microsoft.SharePoint.WorkflowActions namespace