Click or drag to resize
Grid Solutions Framework

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: eDNAAdapters
Assembly: eDNAAdapters (in eDNAAdapters.dll) Version: 2.4.182-beta
Syntax
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool ValidateINIFileExists { get; set; }
View Source

Property Value

Boolean
See Also