PlayReadySecureStopIterator.HasCurrent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether there is a current item or the iterator is at the end of the PlayReady secure stop collection.
public:
property bool HasCurrent { bool get(); };
bool HasCurrent();
public bool HasCurrent { get; }
var boolean = playReadySecureStopIterator.hasCurrent;
Public ReadOnly Property HasCurrent As Boolean
Property Value
Boolean
bool
true if the iterator refers to a valid item that is in the collection or false if the iterator is at the end of the collection.