次の方法で共有


MonthsOfYearSelector.August プロパティ

定義

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

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

プロパティ値

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

適用対象