TfsConnection.OperationName 属性

获取或设置正在由服务器上应用程序执行的操作的名称。

命名空间:  Microsoft.TeamFoundation.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Public Shared Property OperationName As String
public static string OperationName { get; set; }

属性值

类型:System.String
返回 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.

.NET Framework 安全性

请参阅

参考

TfsConnection 类

Microsoft.TeamFoundation.Client 命名空间