Share via


ISkuCollection.ByTargetSegment(String) Method

Definition

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.

Applies to