IProductCollectionByCountryByTargetView.ByTargetSegment(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, catalog view and target segment.
public Microsoft.Store.PartnerCenter.Products.IProductCollectionByCountryByTargetViewByTargetSegment ByTargetSegment (string targetSegment);
abstract member ByTargetSegment : string -> Microsoft.Store.PartnerCenter.Products.IProductCollectionByCountryByTargetViewByTargetSegment
Public Function ByTargetSegment (targetSegment As String) As IProductCollectionByCountryByTargetViewByTargetSegment
Parameters
- targetSegment
- String
The target segment filter.
Returns
The product collection operations by country, by target view and by target segment.