Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule at a particular index in the CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule
'Usage
Dim instance As CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable
Dim index As Integer
Dim value As CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule
value = instance.Item(index)
public CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule Item[
int index
] { get; }
public:
property CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule^ Item[int index] {
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule^ get (int index);
}
JScript does not support indexed properties.
Parameters
- index
Type: System..::.Int32
The index of the CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule object to retrieve.
Property Value
Type: Microsoft.CommerceServer.Catalog..::.CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule
A CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRule object in the CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable 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
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable Class
CatalogVirtualCatalogRulesDataSet..::.VirtualCatalogRulesDataTable Members