ConnectionCost.Roaming 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.
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.