LicenseSatisfactionInfo.IsSatisfied 属性

定义

获取一个值,该值指示产品是否存在许可证权利。

public:
 property bool IsSatisfied { bool get(); };
bool IsSatisfied();
public bool IsSatisfied { get; }
var boolean = licenseSatisfactionInfo.isSatisfied;
Public ReadOnly Property IsSatisfied As Boolean

属性值

Boolean

bool

如果产品存在许可证权利,则为 True;否则为 false。

适用于