|
OutputAdapterValidateINIFileExists Property
|
Gets or sets flag that determines if eDNA client API INI configuration file should be validated to exist before starting adapter. When set to True, adapter will fail to start when INI file does not exist.
Namespace: eDNAAdaptersAssembly: eDNAAdapters (in eDNAAdapters.dll) Version: 2.4.230-beta
Syntaxfunction get_ValidateINIFileExists();
function set_ValidateINIFileExists(value);
View SourceProperty Value
Boolean
See Also