SnapInLinkedHelpTopicAttribute.ApplicationBaseRelative Property
Gets a flag that specifies whether the 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 snap-in application base; otherwise false
See Also
SnapInLinkedHelpTopicAttribute Class
Microsoft.ManagementConsole Namespace
Return to top