Count Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the number of rows in the ExpressionCategoriesDataTable.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Count As Integer
'Usage
Dim instance As ExpressionCategorySet..::.ExpressionCategoriesDataTable
Dim value As Integer
value = instance.Count
[BrowsableAttribute(false)]
public int Count { get; }
[BrowsableAttribute(false)]
public:
property int Count {
int get ();
}
public function get Count () : int
Property Value
Type: System..::.Int32
Gets the number of rows in the ExpressionCategorySet..::.ExpressionCategoriesDataTable.
Remarks
Use this property to determine the number of rows in the ExpressionCategoriesDataTable. The Count property is often used when iterating through the collection to determine the upper bound.
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