ConfigurationPropertyCollection.Contains(String) Method

Definition

Specifies whether the configuration property is contained in this collection.

public:
 bool Contains(System::String ^ name);
public bool Contains (string name);
member this.Contains : string -> bool
Public Function Contains (name As String) As Boolean

Parameters

name
String

An identifier for the ConfigurationProperty to verify.

Returns

true if the specified ConfigurationProperty is contained in the collection; otherwise, false.

Examples

The following example shows how to use the Contains method.

Applies to

See also