Gets a value indicating whether to allow multiple client connections.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable ReadOnly Property AllowMultipleConnections As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomServer
Dim value As Boolean
value = instance.AllowMultipleConnections |
C# | |
---|
public virtual bool AllowMultipleConnections {get;} |
C++/CLI | |
---|
public:
virtual property bool AllowMultipleConnections {
bool get();
} |
Property Value
true
if multiple connections are allowed; otherwise,
false
.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also