Share via


ISkuCollection.Item[String] Property

Definition

Retrieves the operations tied with a specific sku.

public Microsoft.Store.PartnerCenter.Products.ISku this[string skuId] { get; }
member this.Item(string) : Microsoft.Store.PartnerCenter.Products.ISku
Default Public ReadOnly Property Item(skuId As String) As ISku

Parameters

skuId
String

The sku id.

Property Value

The sku operations.

Implements

Applies to