ConnectionProfile.IsWwanConnectionProfile Property

Definition

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.

Applies to

See also