ModulePageInfo.LargeImage Property

Definition

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.

Applies to