DialDisconnectButtonClickedEventArgs.Device 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 DialDevice object that represents the remote device that the user wants to disconnect.
public:
property DialDevice ^ Device { DialDevice ^ get(); };
DialDevice Device();
public DialDevice Device { get; }
var dialDevice = dialDisconnectButtonClickedEventArgs.device;
Public ReadOnly Property Device As DialDevice
Property Value
The device object.