Click or drag to resize

CodeExampleInfoError Property

Gets or sets the error output of the example.

Namespace:  Novacta.Documentation.CodeExamples
Assembly:  Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntax
public string Error { get; set; }

Property Value

Type: String
The error output of the example, if any; otherwise null.
See Also