TetheringCapability Enum

Definition

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

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.

DisabledByRequiredAppNotInstalled 5

An application required for tethering operations is not available.

DisabledBySku 4

Tethering is not supported by the current account services.

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.

DisabledDueToUnknownCause 6

Tethering is disabled for unknown reasons.

Enabled 0

Tethering is enabled.

Applies to