BuildEnvironment.CustomAssemblyPath Property
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
声明
Public Property CustomAssemblyPath As String
Get
Private Set
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.