BuildAgentUpdateOptions2010.ControllerUri Property

Gets or sets the build controller URI. Corresponds to ControllerUri.

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

Syntax

'Declaration
<ClientTypeAttribute(GetType(Uri))> _
Public Property ControllerUri As String
[ClientTypeAttribute(typeof(Uri))]
public string ControllerUri { get; set; }
[ClientTypeAttribute(typeof(Uri))]
public:
property String^ ControllerUri {
    String^ get ();
    void set (String^ value);
}
[<ClientTypeAttribute(typeof(Uri))>]
member ControllerUri : string with get, set
function get ControllerUri () : String 
function set ControllerUri (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

BuildAgentUpdateOptions2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace