WwanConnectionProfileDetails.IPKind Property
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.
Gets a value that describes a level of supported IP.
public:
property WwanNetworkIPKind IPKind { WwanNetworkIPKind get(); };
WwanNetworkIPKind IPKind();
public WwanNetworkIPKind IPKind { get; }
var wwanNetworkIPKind = wwanConnectionProfileDetails.iPKind;
Public ReadOnly Property IPKind As WwanNetworkIPKind
Property Value
A value that describes a level of supported IP.
Windows requirements
Device family |
Windows 10, version 1803 (introduced in 10.0.17134.0)
|
API contract |
Windows.Networking.Connectivity.WwanContract (introduced in v2.0)
|