PlayReadyIndividualizationServiceRequest.Type Property

Definition

Gets the GUID for the type of operation that the PlayReady individualization service request performs.

public:
 property Platform::Guid Type { Platform::Guid get(); };
winrt::guid Type();
public Guid Type { get; }
var guid = playReadyIndividualizationServiceRequest.type;
Public ReadOnly Property Type As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The GUID for the type of operation. This property value is sensitive to the underlying platform's endianness. Carefully test your app on all platforms you intend to support to ensure that correct endianness is used on each platform.

Implements

Remarks

The possible values of Type depend on the content protection system used for the content. This can be determined by context or by inspecting the ProtectionSystem property.

Applies to