Share via


SnapInHelpTopicAttribute.ApplicationBaseRelative Property

 

Gets or sets a flag that specifies whether the Help path is relative to the snap-in application base.

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

Syntax

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

Property Value

Type: System.Boolean

true if the path is relative to the application base; otherwise false

See Also

SnapInHelpTopicAttribute Class
Microsoft.ManagementConsole Namespace

Return to top