DataBindingCollection::Contains Method (String^)
.NET Framework (current version)
Determines whether the data-binding collection contains a specific DataBinding object.
Assembly: System.Web (in System.Web.dll)
Parameters
- propertyName
-
Type:
System::String^
The name of the object to locate in the collection.
Return Value
Type: System::Booleantrue if the DataBindingCollection contains an element with the specified name; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: