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!

XmlSchemaAny.Namespaces

[To be supplied.]

[Visual Basic]
Public Property Namespaces As String
[C#]
public string Namespaces {get; set;}
[C++]
public: __property String* get_Namespaces();
public: __property void set_Namespaces(String*);
[JScript]
public function get Namespaces() : String;
public function set Namespaces(String);

See Also

XmlSchemaAny Class | XmlSchemaAny Members | System.Xml.Serialization.Schema Namespace