Share via


ISkuCollection.ById(String) Method

Definition

Retrieves the operations tied with a specific sku.

public Microsoft.Store.PartnerCenter.Products.ISku ById (string skuId);
abstract member ById : string -> Microsoft.Store.PartnerCenter.Products.ISku
Public Function ById (skuId As String) As ISku

Parameters

skuId
String

The sku id.

Returns

The sku operations.

Implements

Applies to