MiracastReceiverSettings.FriendlyName 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.
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
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.