Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the name of this agent reservation specifier.
Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property Name As String
[BrowsableAttribute(true)]
public string Name { get; set; }
[BrowsableAttribute(true)]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(true)>]
member Name : string with get, set
function get Name () : String 
function set Name (value : String)
Property Value
Type: System.String
The name of this agent reservation specifier.
.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.
 
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace