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 image index for the node. This is an index of the small and large images in the instance of the snap-in class that is related to the node.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public int ImageIndex { get; set; }
public:
property int ImageIndex {
int get();
void set(int value);
}
member ImageIndex : int with get, set
Public Property ImageIndex As Integer
Property Value
Type: System.Int32
The image index for the node.
See Also
Node Class
Microsoft.ManagementConsole Namespace
Return to top