Share via


MachinePool.HostedServiceName Property

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

Syntax

'Declaration
Public Property HostedServiceName As String
public string HostedServiceName { get; set; }
public:
property String^ HostedServiceName {
    String^ get ();
    void set (String^ value);
}
member HostedServiceName : string with get, set
function get HostedServiceName () : String 
function set HostedServiceName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

MachinePool Class

Microsoft.TeamFoundation.Build.Hosted.Server Namespace