Share via


WebPartGalleryItemBase.Source Property

Gets the WebPartGallerySource from which this item was retrieved.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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