| DfsParametersEnablePlugin Property  | 
            Enable plugin.
            
 
Namespace: DHI.Generic.MikeZero.DFSAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic bool EnablePlugin { get; set; }Public Property EnablePlugin As Boolean
	Get
	Set
public:
virtual property bool EnablePlugin {
	bool get () sealed;
	void set (bool value) sealed;
}abstract EnablePlugin : bool with get, set
override EnablePlugin : bool with get, set
Property Value
Type: 
BooleanImplements
IDfsParametersEnablePlugin
Remarks
            Enabling plugin on some dfs file types will produce extra items, that 
            are derived from the items in the file. The functionality depends
            at the dfs file at hand.
            
See Also