DataCollectorMessageInfo.AgentName 属性

获取或设置发送消息的数据收集器代理的显示名称。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public Property AgentName As String
    Get
    Private Set
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)

属性值

类型:System.String
发送消息的数据收集器代理的显示名称。

.NET Framework 安全性

请参见

参考

DataCollectorMessageInfo 类

Microsoft.VisualStudio.TestTools.Common 命名空间