LicenseSatisfactionResult
LicenseSatisfactionResult
LicenseSatisfactionResult
LicenseSatisfactionResult
Class
Definition
Provides license entitlement information that is returned by the GetSatisfactionInfosAsync method for the specified products.
public : sealed class LicenseSatisfactionResult : ILicenseSatisfactionResultpublic sealed class LicenseSatisfactionResult : ILicenseSatisfactionResultPublic NotInheritable Class LicenseSatisfactionResult Implements ILicenseSatisfactionResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
ExtendedError ExtendedError ExtendedError ExtendedError
Contains the error code that was returned by GetSatisfactionInfosAsync.
public : HResult ExtendedError { get; }public Exception ExtendedError { get; }Public ReadOnly Property ExtendedError As Exception// You can use this property in JavaScript.
- Value
- HResult Exception Exception Exception
The error code that was returned by GetSatisfactionInfosAsync.
LicenseSatisfactionInfos LicenseSatisfactionInfos LicenseSatisfactionInfos LicenseSatisfactionInfos
Provides access to entitlement info that is returned by the GetSatisfactionInfosAsync method.
public : IMapView<string, LicenseSatisfactionInfo> LicenseSatisfactionInfos { get; }public IReadOnlyDictionary<string, LicenseSatisfactionInfo> LicenseSatisfactionInfos { get; }Public ReadOnly Property LicenseSatisfactionInfos As IReadOnlyDictionary<string, LicenseSatisfactionInfo>// You can use this property in JavaScript.
- Value
- IMapView<PlatForm::String, LicenseSatisfactionInfo> IReadOnlyDictionary<string, LicenseSatisfactionInfo> IReadOnlyDictionary<string, LicenseSatisfactionInfo> IReadOnlyDictionary<string, LicenseSatisfactionInfo>
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.