LicenseSatisfactionResult.LicenseSatisfactionInfos Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.