Name of the list that is displayed in this module.

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

Syntax

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

Property Value

Type: String

See Also