| ExecutionPointBehavior Property |
This read-only property returns the execution behavior of the plug-in.
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public ExecutionBehaviors Behavior { get; }
Public ReadOnly Property Behavior As ExecutionBehaviors
Get
public:
property ExecutionBehaviors Behavior {
ExecutionBehaviors get ();
}
member Behavior : ExecutionBehaviors with get
Property Value
Type:
ExecutionBehaviorsSee Also