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)
Available in Sandboxed Solutions: No

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