Visual Basic (Declaration) | |
---|---|
<CompilerGeneratedAttribute()> <DisplayNameAttribute("Allow Multiple Connections")> Public Property AllowMultipleConnections As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[CompilerGeneratedAttribute()] [DisplayNameAttribute("Allow Multiple Connections")] public bool AllowMultipleConnections {get; set;} |
C++/CLI | |
---|---|
[CompilerGeneratedAttribute()] [DisplayNameAttribute("Allow Multiple Connections")] public: property bool AllowMultipleConnections { bool get(); void set (bool value); } |
Return Value
true
if allow multiple connections; otherwise, false
.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family