QuickObjects.ObjectBase Send comments on this topic.
Success Field
See Also 
Akal.QuickObjects.ObjectBase Namespace > AfterCommandEventArgs Class : Success Field
Success is used to indicate the success of the command being executed. If this value is set true that indicates that the command executed successfully. If this value is false, the BusinessObject property can be used to get the error message.

Syntax

C# 
public bool Success

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also