CodeExampleInfoOutput Property

Gets or sets the textual output of the example.

Definition

Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public string Output { get; set; }

Property Value

String
The textual output of the example, if any; otherwise the Empty string.

See Also