Gets or sets the recommended installation path for the plugin files relative to the runtime installation directory, or null if there is no preference.

Namespace:  Gallio.Runtime.Extensibility
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public string RecommendedInstallationPath { get; set; }
Visual Basic (Declaration)
Public Property RecommendedInstallationPath As String

See Also