Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / ContactCollection Class / GetKeyForItem Method
The element from which to extract the key.

In This Topic
    GetKeyForItem Method (ContactCollection)
    In This Topic
    Extracts the key from the specified element.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetKeyForItem( _
       ByVal item As Contact _
    ) As Guid
    protected virtual Guid GetKeyForItem( 
       Contact item
    )

    Parameters

    item
    The element from which to extract the key.

    Return Value

    The key for the specified element.
    See Also