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!

XmlWriter.DataTypeName

[To be supplied.]

[Visual Basic]
Overridable Public Property DataTypeName As String
[C#]
public string DataTypeName {virtual get; set;}
[C++]
public: __property virtual String* get_DataTypeName();
public: __property void set_DataTypeName(String*);
[JScript]
public function get DataTypeName() : String;
public function set DataTypeName(String);

See Also

XmlWriter Class | XmlWriter Members | System.Data.XML Namespace