TeamFoundationDomain.HostLevel Property

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

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationHostType

.NET Framework Security

See Also

Reference

TeamFoundationDomain Class

Microsoft.TeamFoundation.Framework.Server Namespace