Share via


PlayReadyLicense.ExpiresInRealTime Property

Definition

Gets a value that indicates if the license can expire in the middle of playback or if only expires when attempting a fresh playback.

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

Property Value

Boolean

bool

True if the license can expire in the middle of playback; otherwise, false.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to