TraceDefinition.ServiceHost Property

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

Syntax

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

Property Value

Type: System.Guid
Returns Guid.

.NET Framework Security

See Also

Reference

TraceDefinition Class

Microsoft.TeamFoundation.Framework.Server Namespace