PlayReadyDomainJoinServiceRequest.DomainServiceId プロパティ

定義

現在のドメイン サービス識別子プロパティを取得または設定します。

public:
 property Platform::Guid DomainServiceId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid DomainServiceId();

void DomainServiceId(winrt::guid value);
public Guid DomainServiceId { get; set; }
var guid = playReadyDomainJoinServiceRequest.domainServiceId;
playReadyDomainJoinServiceRequest.domainServiceId = guid;
Public Property DomainServiceId As Guid

プロパティ値

Guid

Platform::Guid

winrt::guid

現在のドメイン サービス識別子。 このプロパティ値は、基になるプラットフォームのエンディアンに依存します。 サポートするすべてのプラットフォームでアプリを慎重にテストし、各プラットフォームで正しいエンディアンが使用されていることを確認します。

注釈

BeginServiceRequest または GenerateManualEnablingChallenge が呼び出された後は、このプロパティを設定できません。

適用対象