SourceChangeRequestedEventArgs.Rating 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 rating for the content in the media stream.
public:
property IReference<unsigned int> ^ Rating { IReference<unsigned int> ^ get(); };
IReference<uint32_t> Rating();
public System.Nullable<uint> Rating { get; }
var iReference = sourceChangeRequestedEventArgs.rating;
Public ReadOnly Property Rating As Nullable(Of UInteger)
Property Value
The rating for the content in the media stream.