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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, consulte Utilizar bibliotecas de código que no es de plena confianza.