ProfileSettingsCollection.Contains Method (String)
.NET Framework (current version)
Indicates whether the collection contains a ProfileSettings object with the specified name.
Assembly: System.Web (in System.Web.dll)
Parameters
- name
-
Type:
System.String
The name of a ProfileSettings object in the collection.
Return Value
Type: System.Booleantrue if the collection contains a ProfileSettings object with the specified name; otherwise, false.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: