次の方法で共有


MonthsOfYearSelector.June プロパティ

定期的なレポートが 6 月に実行されるかどうかを示します。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property June As Boolean 
    Get 
    Set
'使用
Dim instance As MonthsOfYearSelector 
Dim value As Boolean 

value = instance.June

instance.June = value
public bool June { get; set; }
public:
property bool June {
    bool get ();
    void set (bool value);
}
member June : bool with get, set
function get June () : boolean 
function set June (value : boolean)

プロパティ値

型: System.Boolean
Boolean 値です。

関連項目

参照

MonthsOfYearSelector クラス

ReportService2005 名前空間