WebPartGalleryXmlItemBase.IconUrl property
Gets the URL that references an icon to be displayed with the item.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IconUrl As String
Get
'Usage
Dim instance As WebPartGalleryXmlItemBase
Dim value As String
value = instance.IconUrl
public override string IconUrl { get; }
Property value
Type: System.String
An icon URL.
See also
Reference
WebPartGalleryXmlItemBase class