DataBindingCollection::RemovedBindings Property

 

Gets an array of the names of the DataBinding objects removed from the collection.

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

public:
property array<String^>^ RemovedBindings {
	array<String^>^ get();
}

Property Value

Type: array<System::String^>^

The array of names of the DataBinding objects removed from the collection.

.NET Framework
Available since 1.1
Return to top
Show: