Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceDescriptionBaseCollection::GetKey Method (Object^)

 

Returns the name of the key associated with the value passed by reference.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

protected:
virtual String^ GetKey(
	Object^ value
)

Parameters

value
Type: System::Object^

An object for which to return the name of the key.

Return Value

Type: System::String^

A null reference.

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
Return to top
Show:
© 2017 Microsoft