Click or drag to resize

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

Property Value

Type: Int32
The exit code of the example.
Remarks

This property returns

in case of a successfully execution; otherwise .

See Also