ServiceCollection.Contains Method (Service)

 

Returns a value indicating whether the specified Service instance is a member of the ServiceCollection.

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

member Contains : 
        service:Service -> bool

Parameters

service
Type: System.Web.Services.Description.Service

The Service for which to check collection membership.

Return Value

Type: System.Boolean

true if the service parameter is a member of the ServiceCollection; 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: