IAgentScopeActivityTracking.ReservedAgentName Property
Gets or sets the name of the reserved agent for the tracked AgentScope activity.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property ReservedAgentName As String
string ReservedAgentName { get; set; }
property String^ ReservedAgentName {
String^ get ();
void set (String^ value);
}
abstract ReservedAgentName : string with get, set
function get ReservedAgentName () : String
function set ReservedAgentName (value : String)
Property Value
Type: System.String
The name of the reserved agent for the tracked AgentScope activity.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.