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

See Also

Reference

WorkItemStore Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace