Compartir a través de


ConnectionProfileFilter.NetworkCostType Propiedad

Definición

Define un valor NetworkCostType específico para consultar.

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 de propiedad

Tipo de costo de red de conexión.

Se aplica a

Consulte también