 | CodeExampleInfoExitCode Property |
Gets or sets the exit code of
the example.
Namespace:
Novacta.Documentation.CodeExamples
Assembly:
Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntaxpublic int ExitCode { get; set; }
Public Property ExitCode As Integer
Get
Set
public:
property int ExitCode {
int get ();
void set (int value);
}
member ExitCode : int with get, set
Property Value
Type:
Int32The exit code of the example.
Remarks
This property returns
in case of a
successfully execution; otherwise
.
See Also