[This is preliminary documentation and is subject to change.]

The hashtable which stores all the menulists contained in the menu object.

Namespace:  OfficeClip.BusinessLayer.OfficePortal.CorpMenu
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public Hashtable MenuLists { get; set; }
Visual Basic (Declaration)
Public Property MenuLists As Hashtable
Visual C++
public:
property Hashtable^ MenuLists {
	Hashtable^ get ();
	void set (Hashtable^ value);
}

See Also