Share via


ISkuCollection.Get Method

Definition

Retrieves all the skus for the provided product.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Sku> Get ();
abstract member Get : unit -> Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Products.Sku>
Public Function Get () As ResourceCollection(Of Sku)

Returns

The skus for the provided product.

Implements

Applies to