共用方式為


PlayReadyLicense.ExpiresInRealTime 屬性

定義

取得值,這個值表示授權是否可以在播放中間到期,或只有在嘗試全新播放時才會過期。

public:
 property bool ExpiresInRealTime { bool get(); };
bool ExpiresInRealTime();
public bool ExpiresInRealTime { get; }
var boolean = playReadyLicense.expiresInRealTime;
Public ReadOnly Property ExpiresInRealTime As Boolean

屬性值

Boolean

bool

True 是表示 如果授權可以在播放時到期;否則為 false。

Windows 需求

裝置系列
Windows 10 Creators Update (已於 10.0.15063.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)

適用於