ServiceDescriptionCollection::Contains Method (ServiceDescription^)

 

Returns a value indicating whether the specified ServiceDescription is a member of the collection.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
bool Contains(
	ServiceDescription^ serviceDescription
)

Parameters

serviceDescription
Type: System.Web.Services.Description::ServiceDescription^

The ServiceDescription for which to check collection membership.

Return Value

Type: System::Boolean

true if the serviceDescription parameter is a member of the ServiceDescriptionCollection; otherwise, false.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: