This documentation is archived and is not being maintained.

TfsConnection::OperationName Property

Gets or sets the name of the operation that is being performed by an application on the server.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
static property String^ OperationName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
Returns String.

Setting this property is optional. This property uses thread-local storage. It must be set by each thread in order to be recorded. The operation name must not contain commas nor use any characters that cannot be used in HTTP request headers.

Show: