Udostępnij za pośrednictwem


IPlayReadyDomain.ServiceId Property

Definition

Gets the current domain service identifier property.

public:
 property Platform::Guid ServiceId { Platform::Guid get(); };
winrt::guid ServiceId();
public Guid ServiceId { get; }
var guid = iPlayReadyDomain.serviceId;
Public ReadOnly Property ServiceId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The current domain service identifier property. 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