ConnectionCost.NetworkCostType 属性

定义

获取一个值,该值指示连接的当前网络成本。

public:
 property NetworkCostType NetworkCostType { NetworkCostType get(); };
NetworkCostType NetworkCostType();
public NetworkCostType NetworkCostType { get; }
var networkCostType = connectionCost.networkCostType;
Public ReadOnly Property NetworkCostType As NetworkCostType

属性值

连接的网络成本。

适用于

另请参阅