SnapInAboutAttribute.LargeFolderBitmapId Property

 

Gets or sets the large folder bitmap Id of the snap-in.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public int LargeFolderBitmapId { get; set; }
public:
property int LargeFolderBitmapId {
    int get();
    void set(int value);
}
member LargeFolderBitmapId : int with get, set
Public Property LargeFolderBitmapId As Integer

Property Value

Type: System.Int32

The bitmap Id

See Also

SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace

Return to top