Success Property (CommandResult)
Gets a value indicating whether the command is executed successful.
public bool Success {get;}
'Declaration
Public ReadOnly Property Success As Boolean
'Usage
Dim instance As CommandResult
Dim value As Boolean
value = instance.Success
Property Value
true
if the command is executed successful; otherwise,
false
.