NetworkStateChangeEventDetails.HasNewConnectionCost 属性

定义

指示连接的网络是否具有新的连接成本。

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

属性值

Boolean

bool

如果存在新的连接成本,则为 true;否则为 false。

适用于

另请参阅