ModulePageInfo.LargeImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the large image associated with the page.
public:
property System::Object ^ LargeImage { System::Object ^ get(); };
public object LargeImage { get; }
member this.LargeImage : obj
Public ReadOnly Property LargeImage As Object
Property Value
The largeImage
parameter passed to the ModulePageInfo constructor.
Remarks
The largeImage
is displayed in Features View of IIS Manager when the Icons view or Tiles view is selected.