M-Files Vault Application Framework
C#
Show/Hide TOC
Basic
Module
Configuration
Required Property
Specifies whether the module requires configuration or not.
Definition
Namespace:
MFiles.VAF.Module
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
bool
ConfigurationRequired
{
get
;
protected
set
; }
Property Value
Boolean
Implements
IModule
ConfigurationRequired
See Also
Reference
BasicModule Class
MFiles.VAF.Module Namespace
In This Article
Definition
Property Value
Implements
See Also