StoredQueryNotFoundException.Guid 属性

 

获取存储过程的 GUID 标识符。

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

语法

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

属性值

Type: System.String

GUID 字符串。

请参阅

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

返回页首