Share via


AgentScopeActivityTracking.ReservedAgentName Property

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Property ReservedAgentName As String
public string ReservedAgentName { get; set; }
public:
property String^ ReservedAgentName {
    String^ get ();
    void set (String^ value);
}
member ReservedAgentName : string with get, set
function get ReservedAgentName () : String 
function set ReservedAgentName (value : String)

Property Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

AgentScopeActivityTracking Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace