M-Files Vault Application Framework
C#
Show/Hide TOC
Basic
Module
Configuration
Enabled Property
Is the module that owns this configuration enabled or not.
Definition
Namespace:
MFiles.VAF.Module
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
bool
Enabled
{
get
;
set
; }
Property Value
Boolean
Implements
IModuleConfiguration
Enabled
See Also
Reference
BasicModuleConfiguration Class
MFiles.VAF.Module Namespace
In This Article
Definition
Property Value
Implements
See Also