Compartir a través de


PlayReadyDomain.ServiceId Propiedad

Definición

Obtiene la propiedad del identificador del servicio de dominio actual.

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

Valor de propiedad

Guid

Platform::Guid

winrt::guid

Propiedad del identificador del servicio de dominio actual. Este valor de propiedad es sensible a la endianidad de la plataforma subyacente. Pruebe cuidadosamente la aplicación en todas las plataformas que pretende admitir para asegurarse de que se usa la endianness correcta en cada plataforma.

Implementaciones

Se aplica a