SnapInSettingsAttribute.Guid Property

 

Gets the GUID for the snap-in type.

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

Syntax

public Guid Guid { get; }
public:
property Guid Guid {
    Guid get();
}
member Guid : Guid with get
Public ReadOnly Property Guid As Guid

Property Value

Type: System.Guid

The GUID

See Also

SnapInSettingsAttribute Class
Microsoft.ManagementConsole Namespace

Return to top