WebPartGallerySourceBase.Id Property
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 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