Share via


RemoteSystemSession.DisplayName Property

Definition

Gets the public-facing name for this remote session, given by the controller of the session.

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = remoteSystemSession.displayName;
Public ReadOnly Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

The display name for this session.

Windows requirements

App capabilities
remoteSystem

Applies to