SnapInSettingsAttribute Constructor (String)
Initializes a new instance of the SnapInSettingsAttribute class using the GUID that represents the snap-in type as an argument.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public SnapInSettingsAttribute(
string guid
)
public:
SnapInSettingsAttribute(
String^ guid
)
new :
guid:string -> SnapInSettingsAttribute
Public Sub New (
guid As String
)
Parameters
guid
Type: System.StringA GUID that represents the snap-in type.
See Also
SnapInSettingsAttribute Class
Microsoft.ManagementConsole Namespace
Return to top