GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / BaseTask Class / ErrorMessage Property

In This Topic
    ErrorMessage Property (BaseTask)
    In This Topic
    Gets or sets the error message displayed for the task.
    Syntax
    'Declaration
     
    Public MustOverride Property ErrorMessage As String
    public abstract string ErrorMessage {get; set;}
    See Also