SPShortcutIcon.IconUrl property
Gets or sets the URI for the icon.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IconUrl As Uri
Get
Set
'Usage
Dim instance As SPShortcutIcon
Dim value As Uri
value = instance.IconUrl
instance.IconUrl = value
public Uri IconUrl { get; set; }
Property value
Type: System.Uri
A Uri.