IProductCollectionByCountry.ById(String) Method
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.
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.