TeamFoundationTask.ServiceHostId Property
The Id for the service host this task was created from.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property ServiceHostId As Guid
public Guid ServiceHostId { get; internal set; }
public:
property Guid ServiceHostId {
Guid get ();
internal: void set (Guid value);
}
member ServiceHostId : Guid with get, internal set
function get ServiceHostId () : Guid
internal function set ServiceHostId (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.