MiracastReceiverSettings.FriendlyName Property

Definition

Specifies the friendly name of the MiracastReceiver.

public:
 property Platform::String ^ FriendlyName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring FriendlyName();

void FriendlyName(winrt::hstring value);
public string FriendlyName { get; set; }
var string = miracastReceiverSettings.friendlyName;
miracastReceiverSettings.friendlyName = string;
Public Property FriendlyName As String

Property Value

String

Platform::String

winrt::hstring

The friendly name of the Miracast Receiver.

Remarks

This is the name that the Miracast Transmitter sees. Specifying a unique and easy to recognize name is important to ensure that the Miracast Transmitter connects to the correct Receiver in an environment where multiple Miracast Receivers are present. All Miracast Receiver instances on the same device share the same friendly name.

Applies to