TetheringCapability 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.
Defines values that can be returned after calling NetworkOperatorTetheringManager.GetTetheringCapability to indicate the tethering capabilities of a network account.
public enum class TetheringCapability
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class TetheringCapability
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum TetheringCapability
var value = Windows.Networking.NetworkOperators.TetheringCapability.enabled
Public Enum TetheringCapability
- Inheritance
-
TetheringCapability
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|
Fields
Name | Value | Description |
---|---|---|
Enabled | 0 | Tethering is enabled. |
DisabledByGroupPolicy | 1 | Tethering is disabled according to the current group policy. |
DisabledByHardwareLimitation | 2 | Tethering not available due to hardware limitations. |
DisabledByOperator | 3 | Tethering operations disabled for this account by the network operator. |
DisabledBySku | 4 | Tethering is not supported by the current account services. |
DisabledByRequiredAppNotInstalled | 5 | An application required for tethering operations is not available. |
DisabledDueToUnknownCause | 6 | Tethering is disabled for unknown reasons. |
DisabledBySystemCapability | 7 | Tethering has been disabled by the system because the app lacks the necessary DeviceCapability entry in its manifest. See CreateFromConnectionProfile for more information about manifest requirements. |