BasicModuleConfigurationValid Method |
Method for resolving if the configuration is valid.
Namespace:
MFiles.VAF.Module
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic abstract bool Valid()
Public MustOverride Function Valid As Boolean
public:
virtual bool Valid() abstract
Return Value
Type:
BooleanTrue if the configuration is valid.
Implements
IConfigurationValid
See Also