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