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

'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

See Also

Reference

BuildEnvironment Class

Microsoft.TeamFoundation.Build.Workflow Namespace