System.Web.Services.Description.ServiceDescriptionBaseCollection.GetKey Method

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

Syntax

protected virtual string GetKey (object value)

Parameters

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

Returns

A null reference.

Remarks

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.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0