SharpSchedule

ScheduleExceptionCollection.Item Property

The ScheduleException associated with the given id.

[Visual Basic]
Public Default Property Item( _
   ByVal id As Long _
) As ScheduleException
[C#]
public ScheduleException this[
   long id
] {get; set;}

Parameters

id
Missing <param> documentation for id

See Also

ScheduleExceptionCollection Class | Ozanam.Schedule.Store.Entity Namespace