DialDisconnectButtonClickedEventArgs.Device Property

Definition

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.

Applies to