Code Example InfoOutput 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
The textual output of the example, if any; otherwise the Empty string.
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public string Output { get; set; }VB
Public Property Output As String
Get
SetC++
public:
property String^ Output {
String^ get ();
void set (String^ value);
}F#
member Output : string with get, setProperty Value
StringThe textual output of the example, if any; otherwise the Empty string.