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.
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.StringThe name to be added to the list of names
.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.