Leadtools.Dicom.AddIn.Common Namespace > ServerSettings Class : AllowMultipleConnections Property |
[DisplayNameAttribute("Allow Multiple Connections")] public bool AllowMultipleConnections {get; set;}
'Declaration <DisplayNameAttribute("Allow Multiple Connections")> Public Property AllowMultipleConnections As Boolean
'Usage Dim instance As ServerSettings Dim value As Boolean instance.AllowMultipleConnections = value value = instance.AllowMultipleConnections
[DisplayNameAttribute("Allow Multiple Connections")] public: property bool AllowMultipleConnections { bool get(); void set ( bool value); }
true
if allow multiple connections; otherwise, false
.