EventMappingSettingsCollection.Contains Method (String)

 

Indicates whether the collection contains an EventMappingSettings object with the specified name.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

member Contains : 
        name:string -> bool

Parameters

name
Type: System.String

The name of an EventMappingSettings object in the collection.

Return Value

Type: System.Boolean

true if the collection contains an EventMappingSettings object with the specified name; otherwise, false.

This method returns false if the specified name does not exist.

The following code example shows how to use the Contains method. This code example is part of a larger example provided for the HealthMonitoringSection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: