ProtocolReflector.SchemaExporter Property

Definition

Gets the XmlSchemaExporter instance being used by the associated ServiceDescriptionReflector instance.

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

Property Value

The XmlSchemaExporter instance being used by the associated ServiceDescriptionReflector instance.

Applies to