SoapInputFilterCollection.Contains Method (Type)

Determines whether a filter of the specified type exists in the collection.

Namespace: Microsoft.Web.Services2
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Dim filterType As Type
Dim returnValue As Boolean
Dim soapInputFilterCollection1 As SoapInputFilterCollection
returnValue = soapInputFilterCollection1.Contains(filterType)

Syntax

'Declaration
Overloads Public Function Contains( _
    ByVal filterType As Type _
) As Boolean
public bool Contains(
    Type filterType
);
public: Boolean Contains(
    Type^ filterType
);
public boolean Contains(
    Type filterType
);
public function Contains(
     filterType : Type
) : Boolean;

Parameters

  • filterType
    The System.Type of the filter to search for.

Return Value

true if the filter exists; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

SoapInputFilterCollection Class
Microsoft.Web.Services2 Namespace

Other Resources

SoapInputFilterCollection Members