ConnectionProfileFilter.IsWwanConnectionProfile Property

Definition

Indicates whether connection profiles that represent WWAN (mobile) connections are included in query results.

public:
 property bool IsWwanConnectionProfile { bool get(); void set(bool value); };
bool IsWwanConnectionProfile();

void IsWwanConnectionProfile(bool value);
public bool IsWwanConnectionProfile { get; set; }
var boolean = connectionProfileFilter.isWwanConnectionProfile;
connectionProfileFilter.isWwanConnectionProfile = boolean;
Public Property IsWwanConnectionProfile As Boolean

Property Value

Boolean

bool

A Boolean value that indicates if WWAN (mobile) connections are included.

Applies to

See also