次の方法で共有


CalendarDataSet.CalendarsRow.CAL_IS_STANDARD_CAL プロパティ

予定表は、標準のグレゴリオ暦カレンダー 1 月 1 日に開始し、12 月 31 日に終了するかどうかを取得します。

名前空間:  WebSvcCalendar
アセンブリ:  ProjectServerServices (ProjectServerServices.dll 内)

構文

'宣言
Public Property CAL_IS_STANDARD_CAL As Boolean
    Get
    Set
'使用
Dim instance As CalendarDataSet.CalendarsRow
Dim value As Boolean

value = instance.CAL_IS_STANDARD_CAL

instance.CAL_IS_STANDARD_CAL = value
public bool CAL_IS_STANDARD_CAL { get; set; }

プロパティ値

型: System.Boolean
Boolean を返します。

関連項目

参照先

CalendarDataSet.CalendarsRow クラス

CalendarDataSet.CalendarsRow メンバー

WebSvcCalendar 名前空間