Item Property
Gets a CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty at a particular index in the CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
'Usage
Dim instance As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable
Dim index As Integer
Dim value As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
value = instance.Item(index)
public CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty Item[
int index
] { get; }
public:
property CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty^ Item[int index] {
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty^ get (int index);
}
JScript does not support indexed properties.
Parameters
- index
Type: System..::.Int32
The index of the CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty object to retrieve.
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
A CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty object in the CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable 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
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable Class
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable Members