'Declaration
Public Overloads ReadOnly Property Item( _ ByVal key As Guid _ ) As Appointment
public Appointment Item( Guid key ) {get;}
Parameters
- key
- The key of the element to get.
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal key As Guid _ ) As Appointment
public Appointment Item( Guid key ) {get;}