WebPartGallerySourceBase.Id property
Gets the ID of this source.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Id As String
Get
'Usage
Dim instance As WebPartGallerySourceBase
Dim value As String
value = instance.Id
public override string Id { get; }
Property value
Type: System.String
The ID of this source.
See also
Reference
WebPartGallerySourceBase class