AbstractMsgManager MaxLength Property CleanCode C# Libraries v1.2.03 API
Gets or sets the maximum length of a message.

Namespace: CleanCode.Forms
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public int MaxLength { get; set; }

Field Value

The maximum length.
Remarks

The default is 100.
See Also