This documentation is archived and is not being maintained.

ServiceDescriptionReflector.Schemas Property

Gets a reference to the XmlSchemas associated with the XML Web service.

[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

This property is initialized with a Count of zero. Any members must be explicitly added using the collection's Add method.

For more information about Web Services Description Language (WSDL), see the specification at http://www.w3.org/TR/wsdl/.

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

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

Show: