ProtocolImporter::Schemas Property

 
Use BaseTrue

Gets all the XML schemas, both abstract and concrete, used by the associated ServiceDescriptionImporter instance.

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

public:
property XmlSchemas^ Schemas {
	XmlSchemas^ get();
}

Property Value

Type: System.Xml.Serialization::XmlSchemas^

The XML schemas, both abstract and concrete, used by the associated ServiceDescriptionImporter instance.

.NET Framework
Available since 1.1
Return to top
Show: