ProductLicense.IsConsumable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出附加元件 (也稱為應用程式內產品或 IAP) 是否為消費性專案。 消費性附加元件可以再次購買、使用及購買。
public:
property bool IsConsumable { bool get(); };
bool IsConsumable();
public bool IsConsumable { get; }
var boolean = productLicense.isConsumable;
Public ReadOnly Property IsConsumable As Boolean
屬性值
Boolean
bool
如果附加元件是消費性附加元件,則為true;否則為false。