RemoteSystemSessionInfo.DisplayName Property

Definition

Gets the public-facing name for the 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 = remoteSystemSessionInfo.displayName;
Public ReadOnly Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

The display name for the session.

Windows requirements

App capabilities
remoteSystem

Applies to