ConnectionCost.Roaming Property

Definition

Gets a value that indicates whether the connection is connected to a network outside of the home provider.

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

Property Value

Boolean

bool

TRUE if the connection on a roaming network; otherwise, FALSE.

Remarks

On Windows Phone 8.1, the Roaming property indicates roaming for international roaming only.

Applies to