Share via


WebPartGallerySource.Id property

When overridden in a derived class, gets the ID of this source.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property Id As String
    Get
'Usage
Dim instance As WebPartGallerySource
Dim value As String

value = instance.Id
public abstract string Id { get; }

Property value

Type: System.String
The ID of this source.

See also

Reference

WebPartGallerySource class

WebPartGallerySource members

Microsoft.SharePoint.WebPartPages namespace