Holds the HTML code for the footer of the module.

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

Syntax

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

Property Value

Type: String

See Also