DataBindingCollection.Item Property
.NET Framework 2.0
Gets the DataBinding object with the specified property name.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: property DataBinding^ default [String^] { DataBinding^ get (String^ propertyName); }
/** @property */ public DataBinding get_Item (String propertyName)
Not applicable.
Parameters
- propertyName
The name of the property to be found.
Property Value
The DataBinding with the specified property name. If no object with the specified name exists, this value is a null reference (Nothing in Visual Basic).Community Additions
ADD
Show: