CalendarCheckInPostEventArgs.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 CalendarCheckInPostEventArgs
Dim value As Guid()

value = instance.Calendars
public Guid[] Calendars { get; }

Property value

Type: []

See also

Reference

CalendarCheckInPostEventArgs class

CalendarCheckInPostEventArgs members

Microsoft.Office.Project.Server.Events namespace