Udostępnij za pośrednictwem


ExecuteCommandResult Class

Definition

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

ErrorMessage

An optional error message that can be set when the command is unsuccessful.

Success

A flag that indicates whether the command was successful.

Applies to