Execution PointBehavior Property
This read-only property returns the execution behavior of the plug-in.
Definition
Namespace: Sandcastle.Core.PlugIn
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public ExecutionBehaviors Behavior { get; }VB
Public ReadOnly Property Behavior As ExecutionBehaviors
GetC++
public:
property ExecutionBehaviors Behavior {
ExecutionBehaviors get ();
}F#
member Behavior : ExecutionBehaviors with get