ReportRowsJsonErrorText Property |
Gets or sets the content of any errors or exceptions that were thrown during the processing of the report.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string ErrorText { get; set; }
Public Property ErrorText As String
Get
Set
public:
property String^ ErrorText {
String^ get ();
void set (String^ value);
}
member ErrorText : string with get, set
Property Value
Type:
StringSee Also