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