ICustomerCollection.Item[String] Property

Definition

Gets the customer operations for a specific customer.

public Microsoft.Store.PartnerCenter.Customers.ICustomer this[string customerId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Customers.ICustomer
Default Public ReadOnly Property Item(customerId As String) As ICustomer

Parameters

customerId
String

The customer id.

Property Value

The customer operations.

Implements

Applies to