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