AgentContext.AgentDisplayName Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The agent's display name, which is unique within an environment.

Namespace:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntax

'Declaration
Public Property AgentDisplayName As String
    Get
    Friend Set
'Usage
Dim instance As AgentContext
Dim value As String

value = instance.AgentDisplayName
public string AgentDisplayName { get; internal set; }
public:
property String^ AgentDisplayName {
    String^ get ();
    internal: void set (String^ value);
}
member AgentDisplayName : string with get, internal set
function get AgentDisplayName () : String
internal function set AgentDisplayName (value : String)

Property Value

Type: System.String
A string containing the agent's display name.

.NET Framework Security

See Also

Reference

AgentContext Class

AgentContext Members

Microsoft.VisualStudio.TestTools.Execution Namespace