ShellCommandVerb Property |
Gets the verb.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public string Verb { get; }
Public ReadOnly Property Verb As String
Get
public:
property String^ Verb {
String^ get ();
}
member Verb : string with get
Property Value
Type:
StringThe verb.
See Also