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