  | MergeRecordReaderTJetConfiguration Property | 
            Gets or sets the configuration used to access the Jet servers.
            
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic JetConfiguration? JetConfiguration { get; set; }Public Property JetConfiguration As JetConfiguration
	Get
	Set
public:
virtual property JetConfiguration^ JetConfiguration {
	JetConfiguration^ get () sealed;
	void set (JetConfiguration^ value) sealed;
}abstract JetConfiguration : JetConfiguration with get, set
override JetConfiguration : JetConfiguration with get, set
Property Value
JetConfigurationImplements
IConfigurableJetConfiguration
See Also