SnapInBase.Id Property

 

Gets the identifier for the instance of the snap-in. The identifier is unique across snap-in instances within a console.

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 identifier for the instance of the snap-in.

See Also

SnapInBase Class
Microsoft.ManagementConsole Namespace

Return to top