SnapInSettingsAttribute.UseCustomHelp Property

 

Gets or sets the UseCustomHelp property. When this property of the SnapInSettingsAttribute is set to true, it indicates that the snap-in has defined its own custom help mechanism. When a snap-in user requests help, the custom help functionality is invoked in place of the default MMC help display if UseCustomHelp is set to true.

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

Syntax

public bool UseCustomHelp { get; set; }
public:
property bool UseCustomHelp {
    bool get();
    void set(bool value);
}
member UseCustomHelp : bool with get, set
Public Property UseCustomHelp As Boolean

Property Value

Type: System.Boolean

true if the snap-in has defined its own custom help mechanism; otherwise false

See Also

SnapInSettingsAttribute Class
Microsoft.ManagementConsole Namespace

Return to top