Item Property
Gets the strongly typed ExpressionCategorySet..::.ExpressionCategoryRow 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 ExpressionCategorySet..::.ExpressionCategoryRow
'Usage
Dim instance As ExpressionCategorySet..::.ExpressionCategoriesDataTable
Dim index As Integer
Dim value As ExpressionCategorySet..::.ExpressionCategoryRow
value = instance.Item(index)
public ExpressionCategorySet..::.ExpressionCategoryRow Item[
int index
] { get; }
public:
property ExpressionCategorySet..::.ExpressionCategoryRow^ Item[int index] {
ExpressionCategorySet..::.ExpressionCategoryRow^ get (int index);
}
JScript does not support indexed properties.
Parameters
- index
Type: System..::.Int32
The index of the ExpressionCategoryRow object to retrieve.
Property Value
Type: Microsoft.CommerceServer.Marketing..::.ExpressionCategorySet..::.ExpressionCategoryRow
A ExpressionCategoryRow object in the ExpressionCategoriesDataTable at the index from the index parameter.
Remarks
Returns the indexed object within the ExpressionCategoriesDataTable.
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
ExpressionCategorySet..::.ExpressionCategoriesDataTable Class
ExpressionCategorySet..::.ExpressionCategoriesDataTable Members