CodeExampleInfoExitCode 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
C#
public int ExitCode { get; set; }

Property Value

Int32
The exit code of the example.

Remarks

This property returns 0 in case of a successfully execution; otherwise -1.

See Also