ConfigurationLockCollection.Contains(String) Methode

Definitie

Controleert of een specifiek configuratieobject is vergrendeld.

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

De naam van het configuratieobject dat moet worden geverifieerd.

Retouren

true als het het ConfigurationLockCollection opgegeven configuratieobject bevat; falseanders.

Van toepassing op