ConnectionProfileFilter.IsConnected Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates if connection profiles that represent currently established connections are included in query results.
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
Property Value
Boolean
bool
A Boolean value that determines if profiles for established connections are included.