DataBindingCollection::Item Property (String^)
.NET Framework (current version)
Gets the DataBinding object with the specified property name.
Assembly: System.Web (in System.Web.dll)
public: property DataBinding^ default[ String^ propertyName ] { DataBinding^ get(String^ propertyName); }
Parameters
- propertyName
-
Type:
System::String^
The name of the property to be found.
Property Value
Type: System.Web.UI::DataBinding^The DataBinding with the specified property name. If no object with the specified name exists, this value is null.
.NET Framework
Available since 1.1
Available since 1.1
Show: