LicenseSatisfactionInfo.IsSatisfied 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.
Gets a value that indicates whether a license entitlement exists for the product.
public:
property bool IsSatisfied { bool get(); };
bool IsSatisfied();
public bool IsSatisfied { get; }
var boolean = licenseSatisfactionInfo.isSatisfied;
Public ReadOnly Property IsSatisfied As Boolean
Property Value
Boolean
bool
True if a license entitlement exists for the product; otherwise, false.