Megosztás a következőn keresztül:


IProductCollectionByCountry.Item[String] Property

Definition

Retrieves the operations tied with a specific product.

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 operations.

Implements

Applies to