WorkItemStore.CallingProcessIdentity Property
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
声明
<ObsoleteAttribute("Use TfsConnection.ApplicationName instead.")> _
Public Property CallingProcessIdentity As String
Get
Set
[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.