ConnectionProfileFilter.NetworkCostType 屬性

定義

定義要查詢的特定 NetworkCostType 值。

public:
 property NetworkCostType NetworkCostType { NetworkCostType get(); void set(NetworkCostType value); };
NetworkCostType NetworkCostType();

void NetworkCostType(NetworkCostType value);
public NetworkCostType NetworkCostType { get; set; }
var networkCostType = connectionProfileFilter.networkCostType;
connectionProfileFilter.networkCostType = networkCostType;
Public Property NetworkCostType As NetworkCostType

屬性值

連線網路成本類型。

適用於

另請參閱