  | FileSystemConfigurationElementUrl Property  | 
 
            Gets or sets the URL of the file system.
            
 
    Namespace: 
   Ookii.Jumbo.Dfs
    Assembly:
   Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntaxpublic Uri Url { get; set; }Public Property Url As Uri
	Get
	Set
public:
property Uri^ Url {
	Uri^ get ();
	void set (Uri^ value);
}member Url : Uri with get, set
Property Value
Type: 
Uri
            The URL of the file system.
            
Remarks
              What type of file system is used is determined by the URL's scheme. The scheme "jdfs://" is used for the Jumbo DFS,
              and "file://" is used for the local file system.
            
See Also