This property is used to set or get whether or not the plug-in actually executed.

Namespace: SandcastleBuilder.Utils.PlugIn
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public bool Executed { get; set; }
Visual Basic
Public Property Executed As Boolean
	Get
	Set

Property Value

Type: Boolean
It is true by default. Set it to false if the plug-in did not execute.

See Also