NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlCodeExporter.ExportTypeMapping

[To be supplied.]

[Visual Basic]
Public Sub ExportTypeMapping( _
   ByVal xmlTypeMapping As XmlTypeMapping _
)
[C#]
public void ExportTypeMapping(
   XmlTypeMapping xmlTypeMapping
);
[C++]
public: void ExportTypeMapping(
   XmlTypeMapping* xmlTypeMapping
);
[JScript]
public function ExportTypeMapping(
   xmlTypeMapping : XmlTypeMapping
);

Parameters

xmlTypeMapping
[To be supplied.]

See Also

XmlCodeExporter Class | XmlCodeExporter Members | System.Xml.Serialization.Code Namespace