ForbiddenHostNames.Add Method

Add is used to add names to the list of forbidden names.

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

Syntax

'Declaration
Public Shared Sub Add ( _
    name As String _
)
public static void Add(
    string name
)
public:
static void Add(
    String^ name
)
static member Add : 
        name:string -> unit
public static function Add(
    name : String
)

Parameters

  • name
    Type: System.String

    The name to be added to the list of names

.NET Framework Security

See Also

Reference

ForbiddenHostNames Class

Microsoft.TeamFoundation.Framework.Server Namespace