DisplayMonitor.ConnectionKind 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 a value representing the abstract method in which the display is connected (not specific to a physical protocol).
public:
property DisplayMonitorConnectionKind ConnectionKind { DisplayMonitorConnectionKind get(); };
DisplayMonitorConnectionKind ConnectionKind();
public DisplayMonitorConnectionKind ConnectionKind { get; }
var displayMonitorConnectionKind = displayMonitor.connectionKind;
Public ReadOnly Property ConnectionKind As DisplayMonitorConnectionKind
Property Value
A value representing the abstract method in which the display is connected.