Returns or sets the application, document, or URL that is to be started.
[Visual Basic] Public Property FileName As String [C#] public string FileName {get; set;} [C++] public: __property String* get_FileName(); public: __property void set_FileName(String*); [JScript] public function get FileName() : String; public function set FileName(String);
ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace