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!

XmlSchemaInclude.Location

[To be supplied.]

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

See Also

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