Compartir a través de


TfsConnection.ApplicationName (Propiedad)

Obtiene o establece el nombre de una aplicación que efectúa una solicitud en el servidor.

Espacio de nombres:  Microsoft.TeamFoundation.Client
Ensamblado:  Microsoft.TeamFoundation.Client (en Microsoft.TeamFoundation.Client.dll)

Sintaxis

'Declaración
Public Shared Property ApplicationName As String
public static string ApplicationName { get; set; }

Valor de propiedad

Tipo: System.String
Devuelve String.

Comentarios

Setting this property is optional. By default, this property will be set. Therefore, it has to be set only for applications that are hosted in another process, such as a Web application such as w3wp.exe. The application name must not use any characters that cannot be used in HTTP request headers. The following is an example of the default setting: "Team Foundation (devenv.exe, 9.0.20418.0)"

Example of the default setting: "Team Foundation (devenv.exe, 9.0.20418.0)"

Seguridad de .NET Framework

Vea también

Referencia

TfsConnection Clase

Microsoft.TeamFoundation.Client (Espacio de nombres)