DataSourceGroupCollection::Item Property (Int32)

 

Gets or sets the DataSourceGroup specified.

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

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

Parameters

index
Type: System::Int32

The DataSourceGroup specified.

.NET Framework
Available since 2.0
Return to top
Show: