NetworkStateChangeEventDetails.HasNewConnectionCost Property

Definition

Indicates if a connected network has a new connection cost.

public:
 property bool HasNewConnectionCost { bool get(); };
bool HasNewConnectionCost();
public bool HasNewConnectionCost { get; }
var boolean = networkStateChangeEventDetails.hasNewConnectionCost;
Public ReadOnly Property HasNewConnectionCost As Boolean

Property Value

Boolean

bool

true if there is a new connection cost; otherwise, false.

Applies to

See also