SnapInAboutAttribute Constructor (String)
Initializes a new instance of the SnapInAboutAttribute class using the name of the snap-in resource module for the "About" information as a parameter.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public SnapInAboutAttribute(
string resourceModule
)
public:
SnapInAboutAttribute(
String^ resourceModule
)
new :
resourceModule:string -> SnapInAboutAttribute
Public Sub New (
resourceModule As String
)
Parameters
resourceModule
Type: System.StringThe name of the snap-in resource module to use for the "About" information on the snap-in.
See Also
SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace
Return to top