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