ReturnLink.Icon property
The path (relative or absolute) to an icon that should be linked back to the site.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Icon As String
Get
Set
'Usage
Dim instance As ReturnLink
Dim value As String
value = instance.Icon
instance.Icon = value
public string Icon { get; set; }
Property value
Type: System.String