This documentation is archived and is not being maintained.

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)

[ObsoleteAttribute(L"Use TfsConnection.ApplicationName instead.")]
public:
property String^ CallingProcessIdentity {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The string that identifies the calling process to the server.

This property is obsolete. Use ApplicationName instead. This property returns the value of ApplicationName.

Show: