Share via


BuildController.CustomAssemblyPath Property

Namespace:  Microsoft.TeamFoundation.Build.Server
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

.NET Framework Security

See Also

Reference

BuildController Class

Microsoft.TeamFoundation.Build.Server Namespace