SoapProtocolImporter.XmlImporter Property

Definition

Gets the object of type XmlSchemaImporter used internally by the SoapProtocolImporter class to generate mappings between literal XML schema content and .NET Framework types.

public:
 property System::Xml::Serialization::XmlSchemaImporter ^ XmlImporter { System::Xml::Serialization::XmlSchemaImporter ^ get(); };
public System.Xml.Serialization.XmlSchemaImporter XmlImporter { get; }
member this.XmlImporter : System.Xml.Serialization.XmlSchemaImporter
Public ReadOnly Property XmlImporter As XmlSchemaImporter

Property Value

An object of type XmlSchemaImporter used internally by the SoapProtocolImporter class to generate mappings between literal XML schema content and .NET Framework types.

Remarks

The SoapProtocolImporter class uses an XmlSchemaImporter object to create code from .NET Framework type mappings for XML schema elements and data types that require literal XML Schema usage, as opposed to SOAP encoding. SOAP encoding is specified in section 5 of the SOAP 1.1 specification.

Applies to