ResourceDataSet.CalendarExceptionsRow.RecurrenceType プロパティ
この例外は、 CalendarConstants.CalendarRecurrenceType型を表す数値を指定します。
名前空間: WebSvcResource
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Property RecurrenceType As Integer
Get
Set
'使用
Dim instance As ResourceDataSet.CalendarExceptionsRow
Dim value As Integer
value = instance.RecurrenceType
instance.RecurrenceType = value
public int RecurrenceType { get; set; }
プロパティ値
型: System.Int32
関連項目
参照先
ResourceDataSet.CalendarExceptionsRow クラス