ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView 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 System.String
    public abstract System.string ErrorMessage {get; set;}
    See Also