Share via


WebPartZone.QuickAdd property

NOTE: This API is now obsolete.

This class or member is deprecated. When you upgrade or write new applications that use this class or member, use the new class or member instead.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use the WebPartAdder control instead.")> _
Public ReadOnly Property QuickAdd As WebPartQuickAdd
    Get
'Usage
Dim instance As WebPartZone
Dim value As WebPartQuickAdd

value = instance.QuickAdd
[ObsoleteAttribute("Use the WebPartAdder control instead.")]
public WebPartQuickAdd QuickAdd { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.WebPartQuickAdd
The control that is used to quickly add WebPart controls in the WebPartZone.

See also

Reference

WebPartZone class

WebPartZone members

Microsoft.SharePoint.WebPartPages namespace