HostProperties.HostType Property

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationHostType

.NET Framework Security

See Also

Reference

HostProperties Class

Microsoft.TeamFoundation.Framework.Server Namespace