IMediaProtectionServiceRequest.Type Property

Definition

Retrieves the GUID for the type of operation that the IMediaProtectionServiceRequest performs.

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

Property Value

Guid

Platform::Guid

winrt::guid

The GUID to retrieve.

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