ConnectionProfileFilter.NetworkCostType Eigenschaft

Definition

Definiert einen bestimmten NetworkCostType-Wert , nach dem abfragen werden soll.

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

Eigenschaftswert

Der Kostentyp des Verbindungsnetzwerks.

Gilt für:

Weitere Informationen