PlayToReceiver.FriendlyName Property

Definition

Gets or sets the display name of the Play To target.

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 = playToReceiver.friendlyName;
playToReceiver.friendlyName = string;
Public Property FriendlyName As String

Property Value

String

Platform::String

winrt::hstring

The display name of the Play To target.

Windows requirements

App capabilities
privateNetworkClientServer

Applies to

See also