MessageCollection.Contains Method (Message)
.NET Framework (current version)
Returns a value indicating whether the specified Message is a member of the MessageCollection.
Assembly: System.Web.Services (in System.Web.Services.dll)
Parameters
- message
-
Type:
System.Web.Services.Description.Message
The Message for which to check collection membership.
Return Value
Type: System.Booleantrue if the message parameter is a member of the MessageCollection; otherwise, false.
.NET Framework
Available since 1.1
Available since 1.1
Show: