ServiceDescription.Types Property

 

Gets or sets the Types contained by the ServiceDescription.

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

member Types : Types with get, set

Property Value

Type: System.Web.Services.Description.Types

A Types instance that represents the data types of both the parameters and return values of the methods exposed by the XML Web service.

The Types instance returned by this property corresponds to the list of types 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: