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

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