다음을 통해 공유


BuildAgentSpec.ControllerName Property

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

‘선언
<ClientPropertyAttribute(ClientVisibility.Public)> _
Public Property ControllerName As String
    Get
    Set
[ClientPropertyAttribute(ClientVisibility.Public)]
public string ControllerName { get; set; }
[ClientPropertyAttribute(ClientVisibility::Public)]
public:
property String^ ControllerName {
    String^ get ();
    void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Public)>]
member ControllerName : string with get, set
function get ControllerName () : String
function set ControllerName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

BuildAgentSpec Class

Microsoft.TeamFoundation.Build.Server Namespace