LicenseSatisfactionInfo.IsSatisfied Property

Definition

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.

Applies to