DataBindingCollection.Item Property

Gets the DataBinding object with the specified property name.

Namespace: System.Web.UI
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).

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: