RemoteSystemSessionParticipant.GetHostNames Method
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.
Retrieves a list of host names for this remote session participant that are resolvable by the other remote systems in the session.
public:
virtual IVectorView<HostName ^> ^ GetHostNames() = GetHostNames;
IVectorView<HostName> GetHostNames();
public IReadOnlyList<HostName> GetHostNames();
function getHostNames()
Public Function GetHostNames () As IReadOnlyList(Of HostName)
Returns
A list of HostName objects for the IP/Bluetooth addresses of this remote system.
Windows requirements
App capabilities |
remoteSystem
|