IPlayReadyDomain IPlayReadyDomain IPlayReadyDomain IPlayReadyDomain Interface

Definition

Provides access to metadata about a domain to which the current system is a member.

public : interface IPlayReadyDomainpublic interface IPlayReadyDomainPublic Interface IPlayReadyDomain// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

AccountId AccountId AccountId AccountId

Gets the current domain account identifier property.

public : PlatForm::Guid AccountId { get; }public Guid AccountId { get; }Public ReadOnly Property AccountId As Guid// You can use this property in JavaScript.
Value
PlatForm::Guid Guid Guid Guid

The current domain account identifier property. 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.

DomainJoinUrl DomainJoinUrl DomainJoinUrl DomainJoinUrl

Gets the URL used to join the domain.

public : Uri DomainJoinUrl { get; }public Uri DomainJoinUrl { get; }Public ReadOnly Property DomainJoinUrl As Uri// You can use this property in JavaScript.
Value
Uri Uri Uri Uri

The URL used to join the domain.

FriendlyName FriendlyName FriendlyName FriendlyName

Gets the current domain friendly name.

public : PlatForm::String FriendlyName { get; }public string FriendlyName { get; }Public ReadOnly Property FriendlyName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The current domain friendly name.

Revision Revision Revision Revision

Gets the current domain revision number.

public : unsigned int Revision { get; }public uint Revision { get; }Public ReadOnly Property Revision As uint// You can use this property in JavaScript.
Value
unsigned int uint uint uint

The current domain revision number.

ServiceId ServiceId ServiceId ServiceId

Gets the current domain service identifier property.

public : PlatForm::Guid ServiceId { get; }public Guid ServiceId { get; }Public ReadOnly Property ServiceId As Guid// You can use this property in JavaScript.
Value
PlatForm::Guid Guid Guid Guid

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