LicenseSatisfactionInfo
LicenseSatisfactionInfo
LicenseSatisfactionInfo
LicenseSatisfactionInfo
Class
Definition
Contains license entitlement info for a product.
public : sealed class LicenseSatisfactionInfo : ILicenseSatisfactionInfopublic sealed class LicenseSatisfactionInfo : ILicenseSatisfactionInfoPublic NotInheritable Class LicenseSatisfactionInfo Implements ILicenseSatisfactionInfo// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
IsSatisfied IsSatisfied IsSatisfied IsSatisfied
Gets a value that indicates whether a license entitlement exists for the product.
public : PlatForm::Boolean IsSatisfied { get; }public bool IsSatisfied { get; }Public ReadOnly Property IsSatisfied As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if a license entitlement exists for the product; otherwise, false.
SatisfiedByDevice SatisfiedByDevice SatisfiedByDevice SatisfiedByDevice
Gets a value that indicates whether the license entitlement is associated with the current device.
public : PlatForm::Boolean SatisfiedByDevice { get; }public bool SatisfiedByDevice { get; }Public ReadOnly Property SatisfiedByDevice As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the license entitlement is associated with the current device; otherwise, false.
SatisfiedByInstallMedia SatisfiedByInstallMedia SatisfiedByInstallMedia SatisfiedByInstallMedia
Gets a value that indicates whether the license entitlement is associated with installation media.
public : PlatForm::Boolean SatisfiedByInstallMedia { get; }public bool SatisfiedByInstallMedia { get; }Public ReadOnly Property SatisfiedByInstallMedia As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the license entitlement is associated with installation media; otherwise, false.
SatisfiedByOpenLicense SatisfiedByOpenLicense SatisfiedByOpenLicense SatisfiedByOpenLicense
Gets a value that indicates whether the license entitlement is associated with an open license.
public : PlatForm::Boolean SatisfiedByOpenLicense { get; }public bool SatisfiedByOpenLicense { get; }Public ReadOnly Property SatisfiedByOpenLicense As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the license entitlement is associated with an open license; otherwise, false.
SatisfiedByPass SatisfiedByPass SatisfiedByPass SatisfiedByPass
Gets a value that indicates whether the license entitlement is associated with a pass.
public : PlatForm::Boolean SatisfiedByPass { get; }public bool SatisfiedByPass { get; }Public ReadOnly Property SatisfiedByPass As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the license entitlement is associated with a pass; otherwise, false.
SatisfiedBySignedInUser SatisfiedBySignedInUser SatisfiedBySignedInUser SatisfiedBySignedInUser
Gets a value that indicates whether the license entitlement is associated with the current signed in user.
public : PlatForm::Boolean SatisfiedBySignedInUser { get; }public bool SatisfiedBySignedInUser { get; }Public ReadOnly Property SatisfiedBySignedInUser As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the license entitlement is associated with the current signed in user; otherwise, false.
SatisfiedByTrial SatisfiedByTrial SatisfiedByTrial SatisfiedByTrial
Gets a value that indicates whether the license entitlement is associated with a trial.
public : PlatForm::Boolean SatisfiedByTrial { get; }public bool SatisfiedByTrial { get; }Public ReadOnly Property SatisfiedByTrial As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
True if the license entitlement is associated with a trial; otherwise, false.