ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / CalendarException Class / LimitedBy Property

In This Topic
    LimitedBy Property (CalendarException)
    In This Topic
    Gets or sets whether the calendar exception ends after the specified number of occurrences or by the given finish date.
    Syntax
    'Declaration
     
    Public Property LimitedBy As ExceptionLimitedBy
    public ExceptionLimitedBy LimitedBy {get; set;}
    See Also