Specifies the verb to use when opening the filename. For example, the "print" verb will print a document specified using FileName. Each file extension has it's own set of verbs, which can be obtained using the Verbs property. The default verb can be specified using "".
[Visual Basic] Public Property Verb As String [C#] public string Verb {get; set;} [C++] public: __property String* get_Verb(); public: __property void set_Verb(String*); [JScript] public function get Verb() : String; public function set Verb(String);
ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace