PlayReadyDomainJoinServiceRequest.DomainAccountId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current domain account identifier property.
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
Property Value
The current domain account identifier. This property value is sensitive to the underlying platform's endianness. Carefully test your app on all platforms you intend to support to ensure that correct endianness is used on each platform.
Remarks
This property cannot be set after BeginServiceRequest or GenerateManualEnablingChallenge have been called.