WorkflowViewElement.IsRootDesigner Property

Definition

Gets or sets a value that indicates whether the specified designer is the root designer for this element.

public:
 property bool IsRootDesigner { bool get(); };
public bool IsRootDesigner { get; }
member this.IsRootDesigner : bool
Public ReadOnly Property IsRootDesigner As Boolean

Property Value

true if the specified designer is the root designer; otherwise, false.

Applies to