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!

XmlSchemaType.Content

[To be supplied.]

[Visual Basic]
Public Property Content As XmlSchemaContent
[C#]
public XmlSchemaContent Content {get; set;}
[C++]
public: __property XmlSchemaContent get_Content();
public: __property void set_Content(XmlSchemaContent);
[JScript]
public function get Content() : XmlSchemaContent;
public function set Content(XmlSchemaContent);

See Also

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