ICollection(DiscountItem).Count Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Namespace: Microsoft.CommerceServer.Runtime.Marketing
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Private ReadOnly Property Count As Integer
Implements ICollection(Of DiscountItem).Count
'Usage
Dim instance As DiscountItemCollection
Dim value As Integer
value = CType(instance, ICollection(Of DiscountItem)).Count
int ICollection<DiscountItem>.Count { get; }
private:
virtual property int Count {
int get () sealed = ICollection<DiscountItem^>::Count::get;
}
JScript does not support explicit interface implementations.
Property Value
Type: System..::.Int32
Implements
ICollection<(Of <(T>)>)..::.Count
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.