WebPartMobileAdapter.WebPartIconUrl property

Gets the URL of the icon that represents the Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property WebPartIconUrl As String
    Get
'Usage
Dim value As String

value = Me.WebPartIconUrl
protected virtual string WebPartIconUrl { get; }

Property value

Type: System.String
The URL of the icon’s image file.

Remarks

The default implementation returns /_layouts/images/itgen.gif.

See also

Reference

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace