TfsConnection.ApplicationName Property
Gets or sets the name of an application that is making a request on the server.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Shared Property ApplicationName As String
public static string ApplicationName { get; set; }
public:
static property String^ ApplicationName {
String^ get ();
void set (String^ value);
}
static member ApplicationName : string with get, set
static function get ApplicationName () : String
static function set ApplicationName (value : String)
Property Value
Type: System.String
Returns String.
Remarks
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)"
.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.