WorkflowIdleElement.BehaviorType Property

Definition

Gets whether the workflow instance only unloads from memory or is persisted when the workflow instance becomes idle.

public:
 virtual property Type ^ BehaviorType { Type ^ get(); };
public override Type BehaviorType { get; }
member this.BehaviorType : Type
Public Overrides ReadOnly Property BehaviorType As Type

Property Value

An object that represents a type of behavior.

Applies to