Compartilhar via


ConnectionProfileFilter.NetworkCostType Propriedade

Definição

Define um valor específico de NetworkCostType a ser consultado.

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

Valor da propriedade

O tipo de custo de rede de conexão.

Aplica-se a

Confira também