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.DataTypeNamespace

[To be supplied.]

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

See Also

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