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