SnapInAboutAttribute.ResourceModule Property

 

Gets or sets the name of the resource module for the snap-in.

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

Syntax

public string ResourceModule { get; }
public:
property String^ ResourceModule {
    String^ get();
}
member ResourceModule : string with get
Public ReadOnly Property ResourceModule As String

Property Value

Type: System.String

The name of the resource module

See Also

SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace

Return to top