Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / AppointmentMappingCollection Class / GetKeyForItem Method
The MappingInfo object.

In This Topic
    GetKeyForItem Method (AppointmentMappingCollection)
    In This Topic
    Returns property name as the key for collection.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetKeyForItem( _
       ByVal item As MappingInfo _
    ) As String
    protected virtual string GetKeyForItem( 
       MappingInfo item
    )

    Parameters

    item
    The MappingInfo object.

    Return Value

    The property name.
    See Also