次の方法で共有


MonthsOfYearSelector.October プロパティ

定義

定期的なレポートが 10 月に実行されるかどうかを示す値を取得または設定します。

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

プロパティ値

定期的なレポートが 10 月に実行される場合は true、10 月に実行されない場合は false です。 既定値は、false です。

適用対象