Gets the element key for a specified configuration element when overridden in a derived class.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
protected override Object GetItemKey( GatewayTargetConfigurationElement item )
Protected Overrides Function GetItemKey ( _ item As GatewayTargetConfigurationElement _ ) As Object
protected: virtual Object^ GetItemKey( GatewayTargetConfigurationElement^ item ) override
protected Object GetItemKey( GatewayTargetConfigurationElement item )
Parameters
- item (GatewayTargetConfigurationElement)
- The collection item to return the key for
Return Value
An value that acts as the key for the specified collection item