This documentation is archived and is not being maintained.

Types.Schemas Property

Gets the collection of XML schemas included as data type definitions for the XML Web service. This property is read-only.

[Visual Basic]
Public ReadOnly Property Schemas As XmlSchemas
[C#]
public XmlSchemas Schemas {get;}
[C++]
public: __property XmlSchemas* get_Schemas();
[JScript]
public function get Schemas() : XmlSchemas;

Property Value

An XmlSchemas collection.

Remarks

In the default implementation of the Types class, this property returns an empty collection.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Types Class | Types Members | System.Web.Services.Description Namespace

Show: