| 
            
              ProcessLauncherFileName Property
             | 
          
        
        
            Gets or sets the path and filename of executable to launch as a new process.
            
        
        Namespace: FileAdaptersAssembly: FileAdapters (in FileAdapters.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
public string FileName { get; set; }<ConnectionStringParameterAttribute>
Public Property FileName As String
	Get
	Set
public:
[ConnectionStringParameterAttribute]
property String^ FileName {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
member FileName : string with get, set
function get_FileName();
function set_FileName(value);
 View SourceProperty Value
String
See Also