ConnectionType Enum
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.
Enumeration denoting connection type.
public enum ConnectionType
type ConnectionType =
Public Enum ConnectionType
- Inheritance
-
ConnectionType
Fields
| Name | Value | Description |
|---|---|---|
| Ethernet | 0 | Connected to wired network |
| WiFi | 1 | Connected to wireless network |
| Data | 2 | Connected to mobile data connection |
| Unknown | 3 | Connection type not identified |