Returns the active Web part manager.

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

Syntax

C#
public PortalWebPartManager CurrentWebPartManager { get; }
Visual Basic
Public ReadOnly Property CurrentWebPartManager As PortalWebPartManager
	Get
Visual C++
public:
property PortalWebPartManager^ CurrentWebPartManager {
	PortalWebPartManager^ get ();
}
F#
member CurrentWebPartManager : PortalWebPartManager with get

Property Value

Type: PortalWebPartManager

See Also