MonthsOfYearSelector.June 属性

定义

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

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

属性值

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

适用于