ICustomerCollection.ById(String) Method

Definition

Gets the customer operations for a specific customer.

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

Parameters

customerId
String

The customer id.

Returns

The customer operations.

Implements

Applies to