This documentation is archived and is not being maintained.

ServiceDescriptionFormatExtension.Handled Property

Gets or sets a value indicating whether the ServiceDescriptionFormatExtension is used by the import process when the extensibility element is imported.

[Visual Basic]
Public Property Handled As Boolean
[C#]
public bool Handled {get; set;}
[C++]
public: __property bool get_Handled();
public: __property void set_Handled(bool);
[JScript]
public function get Handled() : Boolean;
public function set Handled(Boolean);

Property Value

True if the ServiceDescriptionFormatExtension is used by the import process; otherwise, false. The default is false.

Remarks

A derived class, representing an extensibility element added to an XML Web service, can be attached to a ServiceDescription by using the Import method (which is used by the wsdl.exe tool). You can also use a custom class derived from the SoapExtensionImporter class to extend the import process to handle custom extensibility elements.

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 | SoapExtensionImporter | ServiceDescriptionImporter

Show: