Share via


WorkflowAncestorReferenceExpression.AncestorName property

Gets or sets the name of the ancestor activity.

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

Syntax

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

value = instance.AncestorName

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

Property value

Type: System.String
The name of the ancestor activity.

See also

Reference

WorkflowAncestorReferenceExpression class

WorkflowAncestorReferenceExpression members

Microsoft.SharePoint.WorkflowActions namespace