SoapBinding::Schema Property

 

Gets the binding schema that is to be used to transmit data by using the SOAP protocol version 1.1.

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

public:
property XmlSchema^ Schema {
	static XmlSchema^ get();
}

Property Value

Type: System.Xml.Schema::XmlSchema^

An XmlSchema object that represents the binding schema that is to be used to transmit data by using the SOAP protocol version 1.1.

.NET Framework
Available since 2.0
Return to top
Show: