ProtocolReflector.ReflectionImporter Property

Definition

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

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

Property Value

The XmlReflectionImporter instance being used by the associated ServiceDescriptionReflector instance.

Applies to