DevicePortalConnections.Connections Field
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.
List of device endpoints being tracked including ip address, authorization info, etc.
public: System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::WindowsDevicePortal::DeviceInfo ^> ^ Connections;
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.WindowsDevicePortal.DeviceInfo> Connections;
val mutable Connections : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.WindowsDevicePortal.DeviceInfo>
Public Connections As List(Of DeviceInfo)