Node.Tag Property

 

Gets or sets custom information that is associated with the node.

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

Syntax

public object Tag { get; set; }
public:
property Object^ Tag {
    Object^ get();
    void set(Object^ value);
}
member Tag : Object with get, set
Public Property Tag As Object

Property Value

Type: System.Object

The custom information that is associated with the node.

See Also

Node Class
Microsoft.ManagementConsole Namespace

Return to top