OperationMessageCollection.Contains Method (OperationMessage)

 

Determines whether the specified OperationMessage is a member of the OperationMessageCollection.

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

member Contains : 
        operationMessage:OperationMessage -> bool

Parameters

operationMessage
Type: System.Web.Services.Description.OperationMessage

The OperationMessage for which to check collection membership.

Return Value

Type: System.Boolean

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