DashboardObjectExportError Property |
|
DataPA OpenAnalytics API Reference
Gets and sets an error string detailing any errors that occured when trying to export this object on the server
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string ExportError { get; set; }
Public Property ExportError As String
Get
Set
public:
virtual property String^ ExportError {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_ExportError();
function set_ExportError(value);
Property Value
Type:
StringAn error string detailing any errors that occured when trying to export this object on the server
Return Value
Type:
StringAn error string detailing any errors that occured when trying to export this object on the server
Remarks See Also