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