SourceChangeRequestedEventArgs.Rating Property

Definition

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

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The rating for the content in the media stream.

Applies to