Items Property

MCManager API

Items collection.

Namespace:  Moxiecode.Manager.Utils
Assembly:  MCManager (in MCManager.dll) Version: 1.0.0.0

Syntax

C#
public NameValueCollection Items { get; }
Visual Basic (Declaration)
Public ReadOnly Property Items As NameValueCollection
Visual C++
public:
property NameValueCollection^ Items {
	NameValueCollection^ get ();
}

See Also