ShellCommandEventArgsCommandSucceeded Property |
Gets a value indicating whether the command succeeded.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic bool CommandSucceeded { get; }Public ReadOnly Property CommandSucceeded As Boolean
Get
public:
property bool CommandSucceeded {
bool get ();
}member CommandSucceeded : bool with get
Property Value
BooleanTrue if command succeeded, false if not.
See Also