Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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