ProtocolImporter.ConcreteSchemas Property

Definition

Gets the concrete XML schemas used by the associated ServiceDescriptionImporter instance.

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

Property Value

The concrete XML schemas used by the associated ServiceDescriptionImporter instance.

Applies to