Gets the message size limit, which is the maximum size in bytes that is permitted for any group chat message.
Assembly: Microsoft.Rtc.Collaboration.GroupChat(in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property MessageSizeLimit As Integer Get Private Set |
Visual Basic (Usage) |
---|
Dim instance As GroupChatServerConfiguration Dim value As Integer value = instance. MessageSizeLimit |
C# |
---|
public int MessageSizeLimit { get; private set; } |