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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅 通过部分受信任的代码使用库。