ConnectionProfileFilter.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.
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.