次の方法で共有


IOrderCollection.Item[String] Property

Definition

Gets a specific order behavior.

public Microsoft.Store.PartnerCenter.Orders.IOrder this[string orderId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Orders.IOrder
Default Public ReadOnly Property Item(orderId As String) As IOrder

Parameters

orderId
String

The order id.

Property Value

The order operations.

Implements

Applies to