ProtocolReflector::SchemaExporter Property

 
Use BaseTrue

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

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

public:
property XmlSchemaExporter^ SchemaExporter {
	XmlSchemaExporter^ get();
}

Property Value

Type: System.Xml.Serialization::XmlSchemaExporter^

The XmlSchemaExporter instance being used by the associated ServiceDescriptionReflector instance.

.NET Framework
Available since 1.1
Return to top
Show: