ICustomerCollection.ById(String) メソッド

定義

特定の顧客の業務を把握します。

public Microsoft.Store.PartnerCenter.Customers.ICustomer ById(string customerId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.Customers.ICustomer
Public Function ById (customerId As String) As ICustomer

パラメーター

customerId
String

顧客IDです。

返品

顧客の運営です。

実装

適用対象