 | 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
Syntaxpublic string Error { get; set; }
Public Property Error As String
Get
Set
public:
property String^ Error {
String^ get ();
void set (String^ value);
}
member Error : string with get, set
Property Value
Type:
StringThe error output of the example, if any;
otherwise
null.
See Also