ConnectionProfileFilter.IsConnected Eigenschaft

Definition

Gibt an, ob Verbindungsprofile, die aktuell etablierte Verbindungen darstellen, in Abfrageergebnissen enthalten sind.

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

void IsConnected(bool value);
public bool IsConnected { get; set; }
var boolean = connectionProfileFilter.isConnected;
connectionProfileFilter.isConnected = boolean;
Public Property IsConnected As Boolean

Eigenschaftswert

Boolean

bool

Ein boolescher Wert, der bestimmt, ob Profile für etablierte Verbindungen enthalten sind.

Gilt für:

Weitere Informationen