PlayReadyDomainLeaveServiceRequest.DomainAccountId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定目前的網域帳戶識別碼屬性。
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 = playReadyDomainLeaveServiceRequest.domainAccountId;
playReadyDomainLeaveServiceRequest.domainAccountId = guid;
Public Property DomainAccountId As Guid
屬性值
目前的網域帳戶識別碼。 這個屬性值會區分基礎平臺的結束性。 在您想要支援的所有平臺上仔細測試您的應用程式,以確保在每個平臺上都使用正確的尾端性。
備註
呼叫 BeginServiceRequest 或 GenerateManualEnablingChallenge 之後,就無法設定此屬性。