ContentPageInfo.LandingPageIcon Property
Gets or sets the icon that is displayed in a mobile home page.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public string LandingPageIcon { get; set; }
public:
property String^ LandingPageIcon {
String^ get();
void set(String^ value);
}
Public Property LandingPageIcon As String
Property Value
Type: System.String
An instance of String that contains the name of the icon.
See Also
ContentPageInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top