ICartCollection.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a specific cart behavior.
public Microsoft.Store.PartnerCenter.Carts.ICart this[string cartId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Carts.ICart
Default Public ReadOnly Property Item(cartId As String) As ICart
Parameters
- cartId
- String
The cart id.
Property Value
The cart operations.