List of items.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public Property Items As StringCollection
C#
public StringCollection Items { get; set; }
Visual C++
public:
property StringCollection^ Items {
	StringCollection^ get ();
	void set (StringCollection^ value);
}
JavaScript
function get_items();
function set_items(value);

See Also