CalendarCheckInPostEventArgs.Calendars Property
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