CalendarExceptionCreationInformation.RecurrenceType プロパティ
取得またはカレンダーの例外を定期的なパターンを設定します。
名前空間: Microsoft.ProjectServer.Client
アセンブリ: Microsoft.ProjectServer.Client (Microsoft.ProjectServer.Client.dll 内)
構文
'宣言
<RemoteAttribute> _
Public Property RecurrenceType As CalendarRecurrenceType
Get
Set
'使用
Dim instance As CalendarExceptionCreationInformation
Dim value As CalendarRecurrenceType
value = instance.RecurrenceType
instance.RecurrenceType = value
[RemoteAttribute]
public CalendarRecurrenceType RecurrenceType { get; set; }
プロパティ値
型: Microsoft.ProjectServer.Client.CalendarRecurrenceType
カレンダーの例外の定期的なアイテムの種類を表す列挙値。
注釈
値 0 を = します。毎日の定期的なアイテムです。値 1 =。定義は指定の日数をスキップして定期的に、毎日、値 2 を = します。週単位の定期的なアイテムです。値 3 を = します。毎月の定期的なアイテムです。値 = 4。年間の定期的なアイテムです。
関連項目
参照先
CalendarExceptionCreationInformation クラス