Determines the control flow of the target method once the handler is exited.

Namespace:  PostSharp.Laos
Assembly:  PostSharp.Laos (in PostSharp.Laos.dll)

Syntax

Visual Basic (Declaration)
Public Property FlowBehavior As FlowBehavior
C#
public FlowBehavior FlowBehavior { get; set; }
Visual C++
public:
property FlowBehavior FlowBehavior {
	FlowBehavior get ();
	void set (FlowBehavior value);
}

See Also