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