Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ForbiddenNames is class that tracks a set of keyword/names that are reserved for use in the URL space. This means Accounts, Collections, and Projects should not be able to use these terms.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.ForbiddenHostNames
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public NotInheritable Class ForbiddenHostNames
public static class ForbiddenHostNames
public ref class ForbiddenHostNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type ForbiddenHostNames = class end
public final class ForbiddenHostNames
The ForbiddenHostNames type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() |
IsNameAllowed | IsNameAllowed is used to determine whether a named is currently forbidden. |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
AppSubDomain | |
![]() ![]() |
DeploymentSubDomain |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.