InvalidQueryException.QueryText 属性

 

获取导致异常的查询字符串。

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

语法

public string QueryText { get; }
public:
property String^ QueryText {
    String^ get();
}
member QueryText : string with get
Public ReadOnly Property QueryText As String

属性值

Type: System.String

查询字符串。

请参阅

InvalidQueryException 类
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首