SPShortcutIcon.IconUrl Property
Gets or sets the URI for the icon.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.