BuildServiceHostUtilities.ChangeUser Method

Note: This API is now obsolete.

Changes the service account for the currently registered service host.

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

Syntax

'Declaration
<ObsoleteAttribute("This method has been deprecated. Please remove all references.",  _
    False)> _
Public Shared Sub ChangeUser ( _
    userName As String, _
    password As String _
)
[ObsoleteAttribute("This method has been deprecated. Please remove all references.", 
    false)]
public static void ChangeUser(
    string userName,
    string password
)
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.", 
    false)]
public:
static void ChangeUser(
    String^ userName, 
    String^ password
)
[<ObsoleteAttribute("This method has been deprecated. Please remove all references.", 
    false)>]
static member ChangeUser : 
        userName:string * 
        password:string -> unit
public static function ChangeUser(
    userName : String, 
    password : String
)

Parameters

  • userName
    Type: System.String

    The service account to use for the service host. If null, Network Service will be used.

  • password
    Type: System.String

    The password for the service account.

.NET Framework Security

See Also

Reference

BuildServiceHostUtilities Class

Microsoft.TeamFoundation.Build.Config Namespace