PlayToSourceSelectedEventArgs.FriendlyName Property

Definition

Gets the display name of the selected Play To source.

public:
 property Platform::String ^ FriendlyName { Platform::String ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToSourceSelectedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
winrt::hstring FriendlyName();
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToSourceSelectedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
winrt::hstring FriendlyName();
public string FriendlyName { [Windows.Foundation.Metadata.Deprecated("PlayToSourceSelectedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public string FriendlyName { [Windows.Foundation.Metadata.Deprecated("PlayToSourceSelectedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var string = playToSourceSelectedEventArgs.friendlyName;
Public ReadOnly Property FriendlyName As String

Property Value

String

Platform::String

winrt::hstring

The display name of the selected Play To source.

Attributes

Applies to

See also