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.
Gets the strongly typed RegionCodeDataSet..::.StateCodesDataTable DataRow at the specified index.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As RegionCodeDataSet..::.StateCodesRow
'Usage
Dim instance As RegionCodeDataSet..::.StateCodesDataTable
Dim index As Integer
Dim value As RegionCodeDataSet..::.StateCodesRow
value = instance.Item(index)
public RegionCodeDataSet..::.StateCodesRow Item[
int index
] { get; }
public:
property RegionCodeDataSet..::.StateCodesRow^ Item[int index] {
RegionCodeDataSet..::.StateCodesRow^ get (int index);
}
JScript does not support indexed properties.
Parameters
- index
Type: System..::.Int32
The index of the RegionCodeDataSet..::.StateCodesRow object to retrieve.
Property Value
Type: Microsoft.CommerceServer.Orders..::.RegionCodeDataSet..::.StateCodesRow
A RegionCodeDataSet..::.StateCodesRow object in the RegionCodeDataSet..::.StateCodesDataTable at the index of the index parameter.
Remarks
Returns the indexed object within the RegionCodeDataSet..::.StateCodesDataTable.
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
RegionCodeDataSet..::.StateCodesDataTable Class