共用方式為


PlayReadyLicense.DomainAccountID 屬性

定義

取得此授權所系結的網域帳戶識別碼。

public:
 property Platform::Guid DomainAccountID { Platform::Guid get(); };
winrt::guid DomainAccountID();
public Guid DomainAccountID { get; }
var guid = playReadyLicense.domainAccountID;
Public ReadOnly Property DomainAccountID As Guid

屬性值

Guid

Platform::Guid

winrt::guid

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

實作

適用於