共用方式為


PlayReadyDomainJoinServiceRequest.DomainAccountId 屬性

定義

取得或設定目前的網域帳戶識別碼屬性。

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

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

屬性值

Guid

Platform::Guid

winrt::guid

目前的網域帳戶識別碼。 這個屬性值會敏感于基礎平臺的結束性。 在您想要支援的所有平臺上仔細測試您的應用程式,以確保每個平臺上都使用正確的端位。

備註

呼叫 BeginServiceRequestGenerateManualEnablingChallenge 之後,就無法設定這個屬性。

適用於