Share via


StoreAppLicense.IsTrial 屬性

定義

取得值,這個值表示授權是否為試用版授權。

public:
 property bool IsTrial { bool get(); };
bool IsTrial();
public bool IsTrial { get; }
var boolean = storeAppLicense.isTrial;
Public ReadOnly Property IsTrial As Boolean

屬性值

Boolean

bool

如果授權是試用版授權,則為 True;否則為 false。

適用於