PlayReadyContentHeader.DomainServiceId 属性

定义

如果已设置,则获取标头中的域服务标识符。

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

属性值

Guid

Platform::Guid

winrt::guid

标头的域服务标识符。 此属性值对基础平台的结束度敏感。 在打算支持的所有平台上仔细测试应用,以确保在每个平台上使用正确的结束度。

适用于