CalendarPostEventArgs.CalendarInformation プロパティ
特定のエンタープライズ プロジェクト内のすべてのカレンダーを表すデータセットを取得します。
名前空間: Microsoft.Office.Project.Server.Events
アセンブリ: Microsoft.Office.Project.Server.Events.Receivers (Microsoft.Office.Project.Server.Events.Receivers.dll 内)
構文
'宣言
Public Property CalendarInformation As DataSet
Get
Set
'使用
Dim instance As CalendarPostEventArgs
Dim value As DataSet
value = instance.CalendarInformation
instance.CalendarInformation = value
public DataSet CalendarInformation { get; set; }