DataBindingCollection::Contains Method (String^)

 

Determines whether the data-binding collection contains a specific DataBinding object.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
bool Contains(
	String^ propertyName
)

Parameters

propertyName
Type: System::String^

The name of the object to locate in the collection.

Return Value

Type: System::Boolean

true if the DataBindingCollection contains an element with the specified name; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: