Types::Schemas Property

 

Gets the collection of XML schemas included as data type definitions for the XML Web service. This property is read-only.

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.

In the default implementation of the Types class, this property returns an empty collection.

.NET Framework
Available since 1.1
Return to top
Show: