RemoteAutomationConnectionRequestedEventArgs.LocalPipeName 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 full pipe path to be shared with the remote session.
public:
property Platform::String ^ LocalPipeName { Platform::String ^ get(); };
winrt::hstring LocalPipeName();
public string LocalPipeName { get; }
var string = remoteAutomationConnectionRequestedEventArgs.localPipeName;
Public ReadOnly Property LocalPipeName As String
Property Value
The full pipe path to be shared with the remote session.