ServicingJobData.ServicingHostId Property

A servicing request can specify the InstanceId of the host it will be servicing. This will allow the servicing engine to perform tasks regarding the servicing host.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Property ServicingHostId As Guid
public Guid ServicingHostId { get; set; }
public:
property Guid ServicingHostId {
    Guid get ();
    void set (Guid value);
}
member ServicingHostId : Guid with get, set
function get ServicingHostId () : Guid 
function set ServicingHostId (value : Guid)

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

ServicingJobData Class

Microsoft.TeamFoundation.Framework.Server Namespace