ConnectionProfile.IsWwanConnectionProfile 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示连接配置文件是否为 WWAN (移动) 连接。 这将确定 WwanConnectionProfileDetails 是否为 null。
public:
property bool IsWwanConnectionProfile { bool get(); };
bool IsWwanConnectionProfile();
public bool IsWwanConnectionProfile { get; }
var boolean = connectionProfile.isWwanConnectionProfile;
Public ReadOnly Property IsWwanConnectionProfile As Boolean
属性值
Boolean
bool
指示连接配置文件是否表示 WWAN (移动) 连接。