TetheringEntitlementCheckTriggerDetails.DenyTethering(String) Method
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.
Indicates that tethering is denied for the service set identifier (SSID) for the device.
public:
virtual void DenyTethering(Platform::String ^ entitlementFailureReason) = DenyTethering;
void DenyTethering(winrt::hstring const& entitlementFailureReason);
public void DenyTethering(string entitlementFailureReason);
function denyTethering(entitlementFailureReason)
Public Sub DenyTethering (entitlementFailureReason As String)
Parameters
- entitlementFailureReason
-
String
Platform::String
winrt::hstring
A string specifying the reason for the tethering failure.
Windows requirements
App capabilities |
networkConnectionManagerProvisioning
|