Code Example InfoExit Code Property
Gets or sets the exit code of
the example.
Definition
Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
The exit code of the example.
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public int ExitCode { get; set; }VB
Public Property ExitCode As Integer
Get
SetC++
public:
property int ExitCode {
int get ();
void set (int value);
}F#
member ExitCode : int with get, setProperty Value
Int32The exit code of the example.
Remarks
This property returns 0 in case of a
successfully execution; otherwise -1.