Freigeben über


ConnectionProfile.IsWwanConnectionProfile Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Verbindungsprofil eine WWAN-Verbindung (Mobile) ist. Dadurch wird bestimmt, ob WwanConnectionProfileDetails NULL ist.

public:
 property bool IsWwanConnectionProfile { bool get(); };
bool IsWwanConnectionProfile();
public bool IsWwanConnectionProfile { get; }
var boolean = connectionProfile.isWwanConnectionProfile;
Public ReadOnly Property IsWwanConnectionProfile As Boolean

Eigenschaftswert

Boolean

bool

Gibt an, ob das Verbindungsprofil eine WWAN-Verbindung (Mobile) darstellt.

Gilt für:

Weitere Informationen