Item Property
Gets a CatalogSetsDataSet..::.CatalogSet at a particular index in the CatalogSetsDataSet..::.CatalogSetsDataTable.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As CatalogSetsDataSet..::.CatalogSet
'Usage
Dim instance As CatalogSetsDataSet..::.CatalogSetsDataTable
Dim index As Integer
Dim value As CatalogSetsDataSet..::.CatalogSet
value = instance.Item(index)
public CatalogSetsDataSet..::.CatalogSet Item[
int index
] { get; }
public:
property CatalogSetsDataSet..::.CatalogSet^ Item[int index] {
CatalogSetsDataSet..::.CatalogSet^ get (int index);
}
JScript does not support indexed properties.
Parameters
- index
Type: System..::.Int32
The index of the CatalogSetsDataSet..::.CatalogSet object to retrieve.
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogSetsDataSet..::.CatalogSet
A CatalogSetsDataSet..::.CatalogSet object in the CatalogSetsDataSet..::.CatalogSetsDataTable at the index from the index parameter.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index parameter is out of range of the DataSet. |
Remarks
Returns the indexed object within the DataSet.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogSetsDataSet..::.CatalogSetsDataTable Class