ExitCode Property (ExecutionHistoryStep)
In This Topic
Gets the exit code/result for the step.
Syntax
'Declaration
Public ReadOnly Property ExitCode As String
public string ExitCode {get;}
public:
property String^ ExitCode {
String^ get();
}
See Also