BasicModuleConfigurationEnabled Property |
Is the module that owns this configuration enabled or not.
Namespace:
MFiles.VAF.Module
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual bool Enabled { get; set; }
Public Overridable Property Enabled As Boolean
Get
Set
public:
virtual property bool Enabled {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanImplements
IModuleConfigurationEnabled
See Also