ConnectionProfile.IsWwanConnectionProfile 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 indicates if connection profile is a WWAN (mobile) connection. This determines whether or not WwanConnectionProfileDetails is null.
public:
property bool IsWwanConnectionProfile { bool get(); };
bool IsWwanConnectionProfile();
public bool IsWwanConnectionProfile { get; }
var boolean = connectionProfile.isWwanConnectionProfile;
Public ReadOnly Property IsWwanConnectionProfile As Boolean
Property Value
Boolean
bool
Indicates if the connection profile represents a WWAN (mobile) connection.