PlayReadyLicenseIterator.Current 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 the current item in the PlayReady license collection.
public:
property IPlayReadyLicense ^ Current { IPlayReadyLicense ^ get(); };
IPlayReadyLicense Current();
public IPlayReadyLicense Current { get; }
var iPlayReadyLicense = playReadyLicenseIterator.current;
Public ReadOnly Property Current As IPlayReadyLicense
Property Value
The current item in the PlayReady license collection.