 | CodeExampleInfoOutput Property |
Gets or sets the textual output of
the example.
Namespace:
Novacta.Documentation.CodeExamples
Assembly:
Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntaxpublic string Output { get; set; }
Public Property Output As String
Get
Set
public:
property String^ Output {
String^ get ();
void set (String^ value);
}
member Output : string with get, set
Property Value
Type:
StringThe textual output of the example, if any;
otherwise the
Empty string.
See Also