ICustomerCollection.ById(String) Method
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 the customer operations for a specific customer.
C#
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
The customer id.
The customer operations.
製品 | バージョン |
---|---|
Microsoft.Store.PartnerCenter | latest |