IProductCollectionByCountry.ByTargetView(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 that can be applied on products that belong to a given country and catalog view.
public Microsoft.Store.PartnerCenter.Products.IProductCollectionByCountryByTargetView ByTargetView (string targetView);
abstract member ByTargetView : string -> Microsoft.Store.PartnerCenter.Products.IProductCollectionByCountryByTargetView
Public Function ByTargetView (targetView As String) As IProductCollectionByCountryByTargetView
Parameters
- targetView
- String
The product target view.
Returns
The product collection operations by country and by target view.