| PartitionFileIndexOutputFilePath Property |
Gets the output file path.
Namespace:
Ookii.Jumbo.Jet.Channels
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public string OutputFilePath { get; }
Public ReadOnly Property OutputFilePath As String
Get
public:
property String^ OutputFilePath {
String^ get ();
}
member OutputFilePath : string with get
Property Value
Type:
StringThe output file path.
See Also