GigaSpaces XAP.NET Documentation
GetItemKey Method (item)
Class LibraryGigaSpaces.Core.ConfigurationJvmCustomOptionsConfigurationElementGetItemKey(JvmOptionConfigurationElement)
Gets the element key for a specified configuration element when overridden in a derived class.
Declaration Syntax
C#Visual BasicVisual C++J#
protected override Object GetItemKey(
	JvmOptionConfigurationElement item
)
Protected Overrides Function GetItemKey ( _
	item As JvmOptionConfigurationElement _
) As Object
protected:
virtual Object^ GetItemKey(
	JvmOptionConfigurationElement^ item
) override
protected Object GetItemKey(
	JvmOptionConfigurationElement item
)
Parameters
item (JvmOptionConfigurationElement)
The collection item to return the key for
Return Value
An value that acts as the key for the specified collection item

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.3.0.0 (12.3.0.19000)