Gets or sets topic title maximum length.

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

Syntax

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

Property Value

Type: Int32

See Also