MobileBroadbandModemIsolation(String, String) Constructor
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.
Creates a new instance of a MobileBroadbandModemIsolation.
public:
MobileBroadbandModemIsolation(Platform::String ^ modemDeviceId, Platform::String ^ ruleGroupId);
MobileBroadbandModemIsolation(winrt::hstring const& modemDeviceId, winrt::hstring const& ruleGroupId);
public MobileBroadbandModemIsolation(string modemDeviceId, string ruleGroupId);
function MobileBroadbandModemIsolation(modemDeviceId, ruleGroupId)
Public Sub New (modemDeviceId As String, ruleGroupId As String)
Parameters
- modemDeviceId
-
String
Platform::String
winrt::hstring
The DeviceInformation Id of the mobile broadband device.
- ruleGroupId
-
String
Platform::String
winrt::hstring
An Id used to track the configuration set by the MobileBroadbandModemIsolation instance being constructed.
Windows requirements
App capabilities |
cellularDeviceControl
cellularDeviceIdentity
|