ConnectionCost.Roaming 属性

定义

获取一个值,该值指示连接是否连接到主提供商外部的网络。

public:
 property bool Roaming { bool get(); };
bool Roaming();
public bool Roaming { get; }
var boolean = connectionCost.roaming;
Public ReadOnly Property Roaming As Boolean

属性值

Boolean

bool

如果漫游网络上的连接,则为 TRUE;否则为 FALSE。

注解

在 Windows Phone 8.1 中,Roaming 属性指示仅针对国际漫游进行漫游。

适用于