This documentation is archived and is not being maintained.
ServiceDescriptionReflector.ServiceDescriptions Property
.NET Framework 1.1
Gets a reference to the ServiceDescriptionCollection associated with the XML Web service.
[Visual Basic] Public ReadOnly Property ServiceDescriptions As _ ServiceDescriptionCollection [C#] public ServiceDescriptionCollection ServiceDescriptions {get;} [C++] public: __property ServiceDescriptionCollection* get_ServiceDescriptions(); [JScript] public function get ServiceDescriptions() : ServiceDescriptionCollection;
Property Value
A ServiceDescriptionCollection.
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: