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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Private Function Contains ( _
promotionCode As Object _
) As Boolean Implements IList.Contains
'Usage
Dim instance As PromoCodeStringCollection
Dim promotionCode As Object
Dim returnValue As Boolean
returnValue = CType(instance, IList).Contains(promotionCode)
bool IList.Contains(
Object promotionCode
)
private:
virtual bool Contains(
Object^ promotionCode
) sealed = IList::Contains
JScript does not support explicit interface implementations.
Parameters
- promotionCode
Type: System..::.Object
Return Value
Type: System..::.Boolean
Implements
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
PromoCodeStringCollection Class