DataSetInfoCollection.Item Property
Gets or sets the element at the specified index.
Thread safety: This property is not thread-safe. Show
Syntax
public property DataSetInfo this[ System::Int32 ] { get; set; }
Parameters
index
Type: System.Int32
The zero-based index of the element to get or set.
The zero-based index of the element to get or set.
Property Value
Type: DataSetInfo
The element at the specified index.
The element at the specified index.
Platforms
Windows, Linux, Android