WorkflowAncestorReferenceExpression Class

Represents a reference to a data type and an ancestor activity name.

Inheritance Hierarchy

System.Object
  System.CodeDom.CodeObject
    System.CodeDom.CodeExpression
      Microsoft.SharePoint.WorkflowActions.WorkflowAncestorReferenceExpression

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

Syntax

'Declaration
Public Class WorkflowAncestorReferenceExpression _
    Inherits CodeExpression _
    Implements IRuleExpression
'Usage
Dim instance As WorkflowAncestorReferenceExpression
public class WorkflowAncestorReferenceExpression : CodeExpression, 
    IRuleExpression

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

WorkflowAncestorReferenceExpression Members

Microsoft.SharePoint.WorkflowActions Namespace