Id 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 Guid ListId { get; set; }
Visual Basic
Public Property ListId As Guid
	Get
	Set
Visual C++
public:
property Guid ListId {
	Guid get ();
	void set (Guid value);
}
F#
member ListId : Guid with get, set

Property Value

Type: Guid

See Also