CastingConnection.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 casting device with which a connection has been made.
public:
property CastingDevice ^ Device { CastingDevice ^ get(); };
CastingDevice Device();
public CastingDevice Device { get; }
var castingDevice = castingConnection.device;
Public ReadOnly Property Device As CastingDevice
Property Value
The casting device.