Item Property

Gets a CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue at a particular index in the CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
'Usage
Dim instance As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable
Dim index As Integer
Dim value As CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue

value = instance.Item(index)
public CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue Item[
    int index
] { get; }
public:
property CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue^ Item[int index] {
    CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue^ get (int index);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.CommerceServer.Catalog..::.CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue
A CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValue object in the CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable 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

See Also

Reference

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Class

CatalogEnumerationPropertyValuesDataSet..::.EnumerationPropertyValuesDataTable Members

Microsoft.CommerceServer.Catalog Namespace