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

プロパティ値

接続ネットワークコストの種類。

適用対象

こちらもご覧ください