MonthsOfYearSelector.August 属性

定义

获取或设置一个值,该值指示计划的报表是否在八月运行。

public:
 property bool August { bool get(); void set(bool value); };
public bool August { get; set; }
member this.August : bool with get, set
Public Property August As Boolean

属性值

如果计划的报表在八月运行,则为 true;否则为 false。 默认为 false

适用于