HostInformation.PublisherHostId property

Gets a string that uniquely identifies a device per publisher.

Syntax

public static string PublisherHostId { get; }
Public Shared ReadOnly Property PublisherHostId As String
public:
static property String^ PublisherHostId { 
   String^ get();
}

Property value

Type: System.String [.NET] | Platform::String [C++]

A string that uniquely identifies a device. This string is unique per device and per publisher, which means that no two publishers will receive the same value for the same device.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.System.Analytics Windows::Phone::System::Analytics [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_IDENTITY_DEVICE [Windows Phone]

See also

HostInformation