Gets or sets a maximum length of the post that will be shown to the user.

Namespace: MonoSoftware.MonoX.SubscribeEngine
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int MaxPostLength { get; set; }
Visual Basic
Public Property MaxPostLength As Integer
	Get
	Set
Visual C++
public:
property int MaxPostLength {
	int get ();
	void set (int value);
}
F#
member MaxPostLength : int with get, set

Property Value

Type: Int32

See Also