SharpSchedule

ScheduleCollection.Item Property

The Schedule associated with the given id.

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

Parameters

id
Missing <param> documentation for id

See Also

ScheduleCollection Class | Ozanam.Schedule.Store.Entity Namespace