Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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