This documentation is archived and is not being maintained.

ServiceDescriptionFormatExtension.Parent Property

Gets the parent of the ServiceDescriptionFormatExtension.

[Visual Basic]
Public ReadOnly Property Parent As Object
[C#]
public object Parent {get;}
[C++]
public: __property Object* get_Parent();
[JScript]
public function get Parent() : Object;

Property Value

An Object.

Remarks

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.

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

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

Show: