NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessStartInfo.Verb

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);

See Also

ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace