PlayReadyDomainLeaveServiceRequest.DomainServiceId Property

Definition

Gets or sets the current domain account identifier.

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 = playReadyDomainLeaveServiceRequest.domainServiceId;
playReadyDomainLeaveServiceRequest.domainServiceId = guid;
Public Property DomainServiceId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The current domain service 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.

Applies to