DVTk API [This is preliminary documentation and is subject to change.]
Gets or sets an
DataSet from the collection.

Declaration Syntax
public DataSet this[
int index
] { get; set; }Public Default Property Item ( _
index As Integer _
) As DataSet
public:
property DataSet^ default[int index] {
DataSet^ get (int index);
void set (int index, DataSet^ value);
}
Parameters
- index (Int32)
- The zero-based index of the collection member to get or set.
Assembly:
DvtkInformationEntity (Module: DvtkInformationEntity) Version: 0.0.0.0