  | FileOutputPath Property  | 
 
            Gets the path of a directory on the DFS that the output is written to.
            
 
    Namespace: 
   Ookii.Jumbo.Jet.Jobs.Builder
    Assembly:
   Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntaxpublic string Path { get; }Public ReadOnly Property Path As String
	Get
public:
property String^ Path {
	String^ get ();
}member Path : string with get
Property Value
Type: 
StringThe path of a directory on the DFS.
See Also