SharpSchedule

StaffCollection.Item Property

The client associated with the given id.

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

Parameters

id
Missing <param> documentation for id

See Also

StaffCollection Class | Ozanam.Schedule.Store.Entity Namespace