CalendarPostEventArgs.CalendarInformation Property
Gets the DataSet that represents all the calendars in a specific enterprise project.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public Property CalendarInformation As DataSet
Get
Set
'Usage
Dim instance As CalendarPostEventArgs
Dim value As DataSet
value = instance.CalendarInformation
instance.CalendarInformation = value
public DataSet CalendarInformation { get; set; }
Property Value
Type: System.Data.DataSet