PlayReadyContentHeader.DomainServiceId Property

Definition

Gets the domain service identifier in the header if it is set.

public:
 property Platform::Guid DomainServiceId { Platform::Guid get(); };
winrt::guid DomainServiceId();
public Guid DomainServiceId { get; }
var guid = playReadyContentHeader.domainServiceId;
Public ReadOnly Property DomainServiceId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The header's domain service identifier. 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.

Applies to