DataViewSettingCollection::Item Property (Int32)

 

Gets the DataViewSetting objects of the DataTable specified by its index.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
property DataViewSetting^ default[
	int index
] {
	virtual DataViewSetting^ get(int index);
	virtual void set(int index, DataViewSetting^ value);
}

Parameters

index
Type: System::Int32

The zero-based index of the DataTable to find.

Property Value

Type: System.Data::DataViewSetting^

A collection of DataViewSetting objects.

.NET Framework
Available since 1.1
Return to top
Show: