WebPartQuickAdd.ParentZone Property
NOTE: This API is now obsolete.
For internal use only.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Public ReadOnly Property ParentZone As WebPartZone
Get
'Usage
Dim instance As WebPartQuickAdd
Dim value As WebPartZone
value = instance.ParentZone
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
public WebPartZone ParentZone { get; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.WebPartZone