共用方式為


DataCollectorMessageInfo.AgentName 屬性

取得或設定傳送訊息之資料收集器代理程式的顯示名稱。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Public Property AgentName As String
public string AgentName { get; private set; }
public:
property String^ AgentName {
    String^ get ();
    private: void set (String^ value);
}
member AgentName : string with get, private set
function get AgentName () : String 
private function set AgentName (value : String)

屬性值

類型:String
傳送訊息之資料收集器代理程式的顯示名稱。

.NET Framework 安全性

請參閱

參考

DataCollectorMessageInfo 類別

Microsoft.VisualStudio.TestTools.Common 命名空間