| 
            
              FileBlockWriterOutputDirectory Property
             | 
          
        
        
            Gets or sets the directory to which files are written.
            
        
        Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.257-beta
Syntax[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute(typeof(FolderBrowserEditor), null)]
public string OutputDirectory { get; set; }<ConnectionStringParameterAttribute>
<CustomConfigurationEditorAttribute(GetType(FolderBrowserEditor), Nothing)>
Public Property OutputDirectory As String
	Get
	Set
public:
[ConnectionStringParameterAttribute]
[CustomConfigurationEditorAttribute(typeof(FolderBrowserEditor), nullptr)]
property String^ OutputDirectory {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
[<CustomConfigurationEditorAttribute(typeof(FolderBrowserEditor), null)>]
member OutputDirectory : string with get, set
function get_OutputDirectory();
function set_OutputDirectory(value);
 View SourceProperty Value
String
See Also