DeviceConnectionChangeTrigger.MaintainConnection 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.
Gets or sets whether the system should automatically attempt to keep the referenced device connected.
public:
property bool MaintainConnection { bool get(); void set(bool value); };
bool MaintainConnection();
void MaintainConnection(bool value);
public bool MaintainConnection { get; set; }
var boolean = deviceConnectionChangeTrigger.maintainConnection;
deviceConnectionChangeTrigger.maintainConnection = boolean;
Public Property MaintainConnection As Boolean
Property Value
Boolean
bool
True of the system should try to keep the device connected; Otherwise, false. Default is false.