ServiceDescriptionFormatExtension::Parent Property

 

Gets the parent of the ServiceDescriptionFormatExtension.

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

public:
property Object^ Parent {
	Object^ get();
}

Property Value

Type: System::Object^

The parent of the ServiceDescriptionFormatExtension.

When overridden in a derived class, the class returned by this property will be a derived class within the System.Web.Services.Description namespace rather than the base Object class.

.NET Framework
Available since 1.1
Return to top
Show: