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.Verbs

Returns the set of verbs associated with the file specified by the FileName property.

[Visual Basic]
Public ReadOnly Property Verbs As String ()
[C#]
public string[] Verbs {get;}
[C++]
public: __property String* get_Verbs();
[JScript]
public function get Verbs() : String[];

See Also

ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace | Verb