ExecuteCommandResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The result of executing a command. Returned from ExecuteCommand.
public sealed class ExecuteCommandResult
type ExecuteCommandResult = class
Public NotInheritable Class ExecuteCommandResult
- Inheritance
-
ExecuteCommandResult
Constructors
| ExecuteCommandResult() |
Properties
| Canceled |
A flag that indicates whether the command was canceled by the user. |
| ErrorMessage |
An optional error message that can be set when the command is unsuccessful. |
| Success |
A flag that indicates whether the command was successful. |