共用方式為


ISession.FeedbackId 屬性

為其執行工作階段的意見反應 ID。如果未建立意見回應的工作階段,則為 0。

命名空間:  Microsoft.TeamFoundation.TestManagement.Client
組件:  Microsoft.TeamFoundation.TestManagement.Client (在 Microsoft.TeamFoundation.TestManagement.Client.dll 中)

語法

'宣告
Property FeedbackId As Integer
int FeedbackId { get; set; }
property int FeedbackId {
    int get ();
    void set (int value);
}
abstract FeedbackId : int with get, set
function get FeedbackId () : int 
function set FeedbackId (value : int)

屬性值

類型:Int32
傳回 Int32

.NET Framework 安全性

請參閱

參考

ISession 介面

Microsoft.TeamFoundation.TestManagement.Client 命名空間