ModulePageInfo.SmallImage Property

Definition

Gets the small image that is associated with the page.

public:
 property System::Object ^ SmallImage { System::Object ^ get(); };
public object SmallImage { get; }
member this.SmallImage : obj
Public ReadOnly Property SmallImage As Object

Property Value

The smallImage parameter passed to the ModulePageInfo constructor.

Remarks

The smallImage is displayed in Features View of IIS Manager when the Details view or List view is selected.

Applies to