SnapInAboutAttribute.SmallFolderBitmapId Property
Gets or sets the small folder bitmap Id of the snap-in.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int SmallFolderBitmapId { get; set; }
public:
property int SmallFolderBitmapId {
int get();
void set(int value);
}
member SmallFolderBitmapId : int with get, set
Public Property SmallFolderBitmapId As Integer
Property Value
Type: System.Int32
The bitmap Id
See Also
SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace
Return to top