ConfigurationLockCollection.Contains(String) Methode

Definition

Überprüft, ob ein bestimmtes Konfigurationsobjekt gesperrt ist.

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

Parameter

name
String

Der Name des zu überprüfenden Konfigurationsobjekts.

Gibt zurück

true wenn das ConfigurationLockCollection angegebene Konfigurationsobjekt enthalten ist; andernfalls false.

Gilt für: