ConfigurationLockCollection.Contains Method (String)

 

Verifies whether a specific configuration object is locked.

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

Public Function Contains (
	name As String
) As Boolean

Parameters

name
Type: System.String

The name of the configuration object to verify.

Return Value

Type: System.Boolean

true if the ConfigurationLockCollection contains the specified configuration object; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: