Node.Id Property

 

Gets the internally generated integer that uniquely identifies the Node instance at runtime.

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

Syntax

protected internal int Id { get; }
public protected:
property int Id {
    int get();
}
member Id : int with get
Protected Friend ReadOnly Property Id As Integer

Property Value

Type: System.Int32

The internally generated unique identifier.

See Also

Node Class
Microsoft.ManagementConsole Namespace

Return to top