ICustomerCollection.ById(String) Método

Definición

Obtiene las operaciones con el cliente para un cliente específico.

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

Parámetros

customerId
String

El ID del cliente.

Devoluciones

Las operaciones con el cliente.

Implementaciones

Se aplica a