IdentityDomain.HostLevel Property
Namespace: Microsoft.VisualStudio.Services.Identity
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
- 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.