PersistentChatServerConfiguration.StorySizeLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the story size limit, which is the maximum size in bytes that is permitted for a persistent chat story message.
public:
property int StorySizeLimit { int get(); };
public int StorySizeLimit { get; }
member this.StorySizeLimit : int
Public ReadOnly Property StorySizeLimit As Integer
Property Value
The story size limit.