WebPartGalleryItemBase.Source property

Gets the WebPartGallerySource from which this item was retrieved.

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

Syntax

'Declaration
Public Overrides ReadOnly Property Source As WebPartGallerySource
    Get
'Usage
Dim instance As WebPartGalleryItemBase
Dim value As WebPartGallerySource

value = instance.Source
public override WebPartGallerySource Source { get; }

Property value

Type: Microsoft.SharePoint.WebPartPages.WebPartGallerySource
The WebPartGallerySource.

See also

Reference

WebPartGalleryItemBase class

WebPartGalleryItemBase members

Microsoft.SharePoint.WebPartPages namespace