ServiceLink.Icon Property
Gets the icon for the link.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string Icon { get; set; }
public:
property String^ Icon {
String^ get();
void set(String^ value);
}
Public Property Icon As String
Property Value
Type: System.String
An instance of String that contains the icon name.
See Also
ServiceLink Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top