'Declaration
Protected Overridable Function GetKeyForItem( _ ByVal item As Appointment _ ) As Guid
protected virtual Guid GetKeyForItem( Appointment item )
Parameters
- item
- The element from which to extract the key.
Return Value
The key for the specified element.