ServiceDescriptionBaseCollection.SetParent(Object, Object) Method

Definition

Sets the parent object of the ServiceDescriptionBaseCollection instance.

C#
protected virtual void SetParent(object value, object parent);

Parameters

value
Object

The object for which to set the parent object.

parent
Object

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.

Applies to

Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0 (package-provided)