XFieldMapGetKeyForItem Method |
Gets the key for item.
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected override long GetKeyForItem(
XField item
)
Protected Overrides Function GetKeyForItem (
item As XField
) As Long
Parameters
- item
- Type: Biolomics.BioCallbackXField
The item.
Return Value
Type:
Int64The key for the specified element.
See Also