TeamFoundationExtensionUtility.DefaultPluginPath Field
The plugin path is a property of a service host instance. A TFS application may set the default path here so static contexts without a service host can retrieve the plugin path.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared DefaultPluginPath As String
public static string DefaultPluginPath
public:
static String^ DefaultPluginPath
static val mutable DefaultPluginPath: string
public static var DefaultPluginPath : String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.