PlayReadyDomainIterator.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 domain collection.
public:
property IPlayReadyDomain ^ Current { IPlayReadyDomain ^ get(); };
IPlayReadyDomain Current();
public IPlayReadyDomain Current { get; }
var iPlayReadyDomain = playReadyDomainIterator.current;
Public ReadOnly Property Current As IPlayReadyDomain
Property Value
The current item in the PlayReady domain collection.