ICustomerCollection.ById(String) Method
Definition
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.
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.