Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.