Share via


WebPartQuickAdd.GroupNames property

NOTE: This API is now obsolete.

For internal use only.

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

Syntax

'Declaration
<ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")> _
Public Property GroupNames As String
    Get
    Set
'Usage
Dim instance As WebPartQuickAdd
Dim value As String

value = instance.GroupNames

instance.GroupNames = value
[ObsoleteAttribute("Functionality has been superceded by the WebPartAdder class.")]
public string GroupNames { get; set; }

Property value

Type: System.String

See also

Reference

WebPartQuickAdd class

WebPartQuickAdd members

Microsoft.SharePoint.WebPartPages namespace