次の方法で共有


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。

適用対象