This documentation is archived and is not being maintained.

ServiceDescription.ServiceDescriptions Property

Gets the ServiceDescriptionCollection instance of which the ServiceDescription is a member.

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

Exceptions

Exception Type Condition
NullReferenceException The ServiceDescription has not been assigned to a parent 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

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

Show: