ICustomerCollection.Item[String] Property
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 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.