SnapInAboutAttribute.ApplicationBaseRelative Property

 

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

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

SnapInAboutAttribute Class
Microsoft.ManagementConsole Namespace

Return to top