Code Example InfoError Property
Gets or sets the error output of
the example.
Definition
Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
The error output of the example, if any; otherwise .
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public string Error { get; set; }VB
Public Property Error As String
Get
SetC++
public:
property String^ Error {
String^ get ();
void set (String^ value);
}F#
member Error : string with get, setProperty Value
StringThe error output of the example, if any; otherwise .