| HelpFileBuilderPlugInExportAttributeIsConfigurable Property |
This is used to get or set whether or not the plug-in is configurable
Namespace: SandcastleBuilder.Utils.BuildComponentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public bool IsConfigurable { get; set; }
Public Property IsConfigurable As Boolean
Get
Set
public:
property bool IsConfigurable {
bool get ();
void set (bool value);
}
member IsConfigurable : bool with get, set
Property Value
Type:
BooleanIf not specified, the default is false
See Also