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


IProductCollectionByCountry.ById(String) Method

Definition

Retrieves the operations tied with a specific product.

public Microsoft.Store.PartnerCenter.Products.IProduct ById (string productId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.Products.IProduct
Public Function ById (productId As String) As IProduct

Parameters

productId
String

The product id.

Returns

The product operations.

Implements

Applies to