Format string for category listing title.

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

Syntax

C#
public string CategoryTitleFormatString { get; set; }
Visual Basic
Public Property CategoryTitleFormatString As String
	Get
	Set
Visual C++
public:
property String^ CategoryTitleFormatString {
	String^ get ();
	void set (String^ value);
}
F#
member CategoryTitleFormatString : string with get, set

Property Value

Type: String

See Also