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