DataPA Enterprise Dashboard Controls API Reference
Gets or sets a value that indicates why the publish operation did not complete.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string ErrorMessage { get; set; } |
Visual Basic |
---|
Public Property ErrorMessage As String
Get
Set |
Visual C++ |
---|
public:
virtual property String^ ErrorMessage {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringThe message that indicates why the publish operation did not complete
Return Value
Type:
StringThe message that indicates why the publish operation did not complete
Remarks
See Also