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