This documentation is archived and is not being maintained.

ProtocolImporter.ServiceDescriptions Property

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[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;

See Also

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

Show: