WsdlImporter::XmlSchemas Property

 

Gets a set of XmlSchema objects that describe types in the metadata.

Namespace:   System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

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

Property Value

Type: System.Xml.Schema::XmlSchemaSet^

A set of XmlSchema objects that describe types in the metadata.

This property is not populated until one of the import methods is called.

.NET Framework
Available since 3.0
Return to top
Show: