DataBindingCollection::Item Property (String^)

 

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^ 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
Return to top
Show: