ServicingJobInfo.HostId Property
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<DataMemberAttribute(Name := "hostId", Order := )> _
Public Property HostId As Guid
[DataMemberAttribute(Name = "hostId", Order = )]
public Guid HostId { get; set; }
[DataMemberAttribute(Name = L"hostId", Order = )]
public:
property Guid HostId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute(Name = "hostId", Order = )>]
member HostId : Guid with get, set
function get HostId () : Guid
function set HostId (value : Guid)
Property Value
Type: System.Guid
Returns Guid.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.