GetBuildProperties.BuildAgentName Property
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
‘선언
<ObsoleteAttribute("This property has been deprecated. Please remove all references.", _
False)> _
<OutputAttribute> _
Public ReadOnly Property BuildAgentName As String
Get
[ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)]
[OutputAttribute]
public string BuildAgentName { get; }
[ObsoleteAttribute(L"This property has been deprecated. Please remove all references.",
false)]
[OutputAttribute]
public:
property String^ BuildAgentName {
String^ get ();
}
[<ObsoleteAttribute("This property has been deprecated. Please remove all references.",
false)>]
[<OutputAttribute>]
member BuildAgentName : string
function get BuildAgentName () : String
Property Value
Type: System.String
.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.