Share via


BuildController2010.CustomAssemblyPath Property

Gets or sets the version control folder that contains custom assemblies.

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)> _
Public Property CustomAssemblyPath As String
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)]
public string CustomAssemblyPath { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Public)]
public:
property String^ CustomAssemblyPath {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public)>]
member CustomAssemblyPath : string with get, set
function get CustomAssemblyPath () : String 
function set CustomAssemblyPath (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildController2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace