LicenseSatisfactionResult.LicenseSatisfactionInfos Property

Definition

Provides access to entitlement info that is returned by the GetSatisfactionInfosAsync method.

public:
 property IMapView<Platform::String ^, LicenseSatisfactionInfo ^> ^ LicenseSatisfactionInfos { IMapView<Platform::String ^, LicenseSatisfactionInfo ^> ^ get(); };
IMapView<winrt::hstring, LicenseSatisfactionInfo const&> LicenseSatisfactionInfos();
public IReadOnlyDictionary<string,LicenseSatisfactionInfo> LicenseSatisfactionInfos { get; }
var iMapView = licenseSatisfactionResult.licenseSatisfactionInfos;
Public ReadOnly Property LicenseSatisfactionInfos As IReadOnlyDictionary(Of String, LicenseSatisfactionInfo)

Property Value

A map of key and value pairs that represent entitlement info for the specified products. In each pair, the key is a content ID that you passed to GetSatisfactionInfosAsync, and the value is a LicenseSatisfactionInfo object that provides entitlement info for the corresponding product.

Applies to