ISkuCollection.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 skus that belong to a segment.
public Microsoft.Store.PartnerCenter.Products.ISkuCollectionByTargetSegment ByTargetSegment (string targetSegment);
abstract member ByTargetSegment : string -> Microsoft.Store.PartnerCenter.Products.ISkuCollectionByTargetSegment
Public Function ByTargetSegment (targetSegment As String) As ISkuCollectionByTargetSegment
Parameters
- targetSegment
- String
The sku segment filter.
Returns
The sku collection operations by target segment.