RemoteSystemSessionInfo.ControllerDisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the machine name of the device that is the controller of the remote session.
public:
property Platform::String ^ ControllerDisplayName { Platform::String ^ get(); };
winrt::hstring ControllerDisplayName();
public string ControllerDisplayName { get; }
var string = remoteSystemSessionInfo.controllerDisplayName;
Public ReadOnly Property ControllerDisplayName As String
Property Value
The machine name of the controller device.
Windows requirements
App capabilities |
remoteSystem
|