RemoteSystemUpdatedEventArgs.RemoteSystem 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.
The RemoteSystem object representing the device in the set of discoverable devices whose properties were updated, causing the containing RemoteSystemUpdated event to be raised.
public:
property RemoteSystem ^ RemoteSystem { RemoteSystem ^ get(); };
RemoteSystem RemoteSystem();
public RemoteSystem RemoteSystem { get; }
var remoteSystem = remoteSystemUpdatedEventArgs.remoteSystem;
Public ReadOnly Property RemoteSystem As RemoteSystem
Property Value
The device updated.
Windows requirements
App capabilities |
remoteSystem
|