Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This API is now obsolete.
Gets or sets the string that identifies the calling process to the server.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use TfsConnection.ApplicationName instead.")> _
Public Property CallingProcessIdentity As String
[ObsoleteAttribute("Use TfsConnection.ApplicationName instead.")]
public string CallingProcessIdentity { get; set; }
[ObsoleteAttribute(L"Use TfsConnection.ApplicationName instead.")]
public:
property String^ CallingProcessIdentity {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("Use TfsConnection.ApplicationName instead.")>]
member CallingProcessIdentity : string with get, set
function get CallingProcessIdentity () : String
function set CallingProcessIdentity (value : String)
Property Value
Type: System.String
The string that identifies the calling process to the server.
Remarks
This property is obsolete. Use ApplicationName instead. This property returns the value of ApplicationName.
.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.