'DeclarationProperty ExitAllowed As Boolean
'UsageDim instance As IConnectionSettingsCommon Dim value As Boolean instance.ExitAllowed = value value = instance.ExitAllowed
bool ExitAllowed {get; set;}
true, users can quit Reflection and use the Disconnect command while connected to a host.'DeclarationProperty ExitAllowed As Boolean
'UsageDim instance As IConnectionSettingsCommon Dim value As Boolean instance.ExitAllowed = value value = instance.ExitAllowed
bool ExitAllowed {get; set;}
false, the Exit and Disconnect commands are disabled and users must quit all active host applications and log off to terminate host connections.