This documentation is archived and is not being maintained.

ServiceDescriptionBaseCollection.SetParent Method

Sets the parent object of the ServiceDescriptionBaseCollection instance.

[Visual Basic]
Protected Overridable Sub SetParent( _
   ByVal value As Object, _
   ByVal parent As Object _
)
[C#]
protected virtual void SetParent(
 object value,
 object parent
);
[C++]
protected: virtual void SetParent(
 Object* value,
 Object* parent
);
[JScript]
protected function SetParent(
   value : Object,
 parent : Object
);

Parameters

value
The object for which to set the parent object.
parent
The object to set as the parent.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ServiceDescriptionBaseCollection Class | ServiceDescriptionBaseCollection Members | System.Web.Services.Description Namespace

Show: