Share via


WebPartGalleryItem.Id property

When overridden in a derived class, gets the ID for this item.

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 WebPartGalleryItem
Dim value As String

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

Property value

Type: System.String
The ID of the item.

See also

Reference

WebPartGalleryItem class

WebPartGalleryItem members

Microsoft.SharePoint.WebPartPages namespace