Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the custom assembly path for this host environment.
Namespace: Microsoft.TeamFoundation.Build.Workflow
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Property CustomAssemblyPath As String
public string CustomAssemblyPath { get; private set; }
public:
property String^ CustomAssemblyPath {
String^ get ();
private: void set (String^ value);
}
member CustomAssemblyPath : string with get, private set
function get CustomAssemblyPath () : String
private function set CustomAssemblyPath (value : String)
Property Value
Type: System.String
The custom assembly path for this host environment.
.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.