ServiceDescriptionBaseCollection::GetKey Method (Object^)
.NET Framework (current version)
Returns the name of the key associated with the value passed by reference.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- value
-
Type:
System::Object^
An object for which to return the name of the key.
The default implementation of this method is intended to be overridden by a derived class in order to return the name of the key associated with the value parameter. The default implementation returns null (Nothing in Visual Basic). This protected method is accessible only through this class or a derived class.
.NET Framework
Available since 1.1
Available since 1.1
Show: