ConnectionCost.NetworkCostType Property

Definition

Gets a value that indicates the current network cost for a connection.

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

Property Value

The network cost of the connection.

Applies to

See also