ICustomerProductCollection.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.
Retrieves the operations tied with a specific product for a given customer.
public Microsoft.Store.PartnerCenter.Products.IProduct this[string productId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Products.IProduct
Default Public ReadOnly Property Item(productId As String) As IProduct
Parameters
- productId
- String
The product id.
Property Value
The product by customer id operations.