This documentation is archived and is not being maintained.

IBuildAgent::Url Property

Gets the URL that is used to communicate with the build agent.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property Uri^ Url {
	Uri^ get ();
}

Property Value

Type: System::Uri
The URL that is used to communicate with the build agent.

Show: