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

[To be supplied.]

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

See Also

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