Gets the story size limit, which is the maximum size in bytes that is permitted for a group chat story message.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
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; }

Property Value

Type: System . . :: . . Int32

The story size limit.

See Also