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!

XmlSchema.Items

[To be supplied.]

[Visual Basic]
Public ReadOnly Property Items As XmlSchemaTopItems
[C#]
public XmlSchemaTopItems Items {get;}
[C++]
public: __property XmlSchemaTopItems* get_Items();
[JScript]
public function get Items() : XmlSchemaTopItems;

See Also

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