This documentation is archived and is not being maintained.

IBuildAgentSpec::ServiceHostName Property

Gets or sets the service host name of the desired build agents. Wildcard characters are supported.

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

property String^ ServiceHostName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The service host name of the desired build agents. Wildcard characters are supported.

Show: