ServiceDescriptionReflector::Schemas Property

 

Gets a reference to the XmlSchemas associated with the XML Web service.

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

public:
property XmlSchemas^ Schemas {
	XmlSchemas^ get();
}

Property Value

Type: System.Xml.Serialization::XmlSchemas^

An XmlSchemas collection.

This property is initialized with a Count of zero. Any members must be explicitly added using the collection's Add method.

For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/.

.NET Framework
Available since 1.1
Return to top
Show: