BuildControllerUpdateOptions2010.CustomAssemblyPath Property

Gets or sets the custom assembly URI. Corresponds to CustomAssemblyPath.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)> _
Public Property CustomAssemblyPath As String
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)]
public string CustomAssemblyPath { get; set; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Internal)]
public:
property String^ CustomAssemblyPath {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Internal)>]
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

BuildControllerUpdateOptions2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace