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();
} |
Return Value
true if multiple connections are allowed; otherwise,
false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also