  | IConfigurableDfsConfiguration Property | 
            Gets or sets the configuration used to access the Distributed File System.
            
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
SyntaxDfsConfiguration? DfsConfiguration { get; set; }Property DfsConfiguration As DfsConfiguration
	Get
	Set
property DfsConfiguration^ DfsConfiguration {
	DfsConfiguration^ get ();
	void set (DfsConfiguration^ value);
}abstract DfsConfiguration : DfsConfiguration with get, set
Property Value
DfsConfiguration
See Also