ServiceDescription.Imports Property

 

Gets the collection of Import elements contained in the ServiceDescription.

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

member Imports : ImportCollection with get

Property Value

Type: System.Web.Services.Description.ImportCollection

A collection of import elements contained in the service description.

The ImportCollection returned by this property corresponds to the list of import elements enclosed by the Web Services Description Language (WSDL) definitions root element. For more information about WSDL, see the specification at http://www.w3.org/TR/wsdl/.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: