SoapProtocolImporter.XmlExporter Property

Definition

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

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

Property Value

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

Remarks

The SoapProtocolImporter class uses an XmlSchemaImporter object to create .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