Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / ContactCollection Class / ChangeItemKey Method

In This Topic
    ChangeItemKey Method (ContactCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub ChangeItemKey( _
       ByVal item As Contact, _
       ByVal newKey As System.Guid _
    ) 
    protected void ChangeItemKey( 
       Contact item,
       System.Guid newKey
    )

    Parameters

    item
    newKey
    See Also