| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ServerConfiguration Dim value As Integer instance.MaxMessageQueueSize = value value = instance.MaxMessageQueueSize | |
| C# | |
|---|---|
| [DataMemberAttribute(16)] public int MaxMessageQueueSize {get; set;} | |
Property Value
The maximum size of the message queue.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    