ServiceDescriptionBaseCollection.SetParent Method

Sets the parent object of the ServiceDescriptionBaseCollection instance.

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

protected:
virtual void SetParent (
	Object^ value, 
	Object^ parent
)
protected void SetParent (
	Object value, 
	Object parent
)
protected function SetParent (
	value : Object, 
	parent : Object
)
Not applicable.

Parameters

value

The object for which to set the parent object.

parent

The object to set as the parent.

The default implementation of this method is intended to be overridden by a derived class to set a parent of an appropriate class, based upon the Web Services Description Language (WSDL) specification. The default implementation performs no action. This protected method is accessible only through this class or a derived class.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: