CastingDevice.FriendlyName Property

Definition

A human-readable name for the device, retrieved from the device itself.

public:
 property Platform::String ^ FriendlyName { Platform::String ^ get(); };
winrt::hstring FriendlyName();
public string FriendlyName { get; }
var string = castingDevice.friendlyName;
Public ReadOnly Property FriendlyName As String

Property Value

String

Platform::String

winrt::hstring

The human-readable name for the device.

Applies to