  | ConfigurableDfsConfiguration 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
Syntaxpublic DfsConfiguration? DfsConfiguration { get; set; }Public Property DfsConfiguration As DfsConfiguration
	Get
	Set
public:
virtual property DfsConfiguration^ DfsConfiguration {
	DfsConfiguration^ get () sealed;
	void set (DfsConfiguration^ value) sealed;
}abstract DfsConfiguration : DfsConfiguration with get, set
override DfsConfiguration : DfsConfiguration with get, set
Property Value
DfsConfigurationImplements
IConfigurableDfsConfiguration
See Also