RunCommandProvider.

SuccessReturnCodes Property

Summary

A semicolon (;) separated list of return values that will be treated as a success for the command. If specified, all other return values will be treated as errors.

Syntax

public string SuccessReturnCodes { get; set; }

Value

Type Description
string