ModulePageInfo.SmallImage 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 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.