Partager via


PlayToReceiver.FriendlyName Propriété

Définition

Obtient ou définit le nom d’affichage de la cible Lire à.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Nom d’affichage de la cible Lire à.

Configuration requise pour Windows

Fonctionnalités de l’application
privateNetworkClientServer

S’applique à

Voir aussi