ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / Task Class / ErrorMessage Property

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