CalendarDeletePostEventArgs.Calendars Property
Gets a collection of GUIDS that represent all the calendars in an enterprise project calendar dataset.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property Calendars As Guid()
Get
'Usage
Dim instance As CalendarDeletePostEventArgs
Dim value As Guid()
value = instance.Calendars
public Guid[] Calendars { get; }
Property Value
Type: []
See Also
Reference
CalendarDeletePostEventArgs Class