Click or drag to resize

CodeExampleInfo Properties

The CodeExampleInfo type exposes the following members.

Properties
  NameDescription
Public propertyError
Gets or sets the error output of the example.
Public propertyExitCode
Gets or sets the exit code of the example.
Public propertyHasSourceCode
Gets a value signaling if the example has a source code path.
Public propertyLanguage
Gets or sets the programming language in which the example has been coded.
Public propertyOutput
Gets or sets the textual output of the example.
Public propertySourceCodePath
Gets or sets the path of the source code file where the example type is defined.
Public propertyType
Gets or sets the type of the example.
Top
See Also