Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function GetComputerAccount ( _
    computerNameOrAddress As String, _
    logger As ITFLogger _
) As String
public static string GetComputerAccount(
    string computerNameOrAddress,
    ITFLogger logger
)
public:
static String^ GetComputerAccount(
    String^ computerNameOrAddress, 
    ITFLogger^ logger
)
static member GetComputerAccount : 
        computerNameOrAddress:string * 
        logger:ITFLogger -> string
public static function GetComputerAccount(
    computerNameOrAddress : String, 
    logger : ITFLogger
) : String
Parameters
- computerNameOrAddress
 Type: System.String
- logger
 Type: Microsoft.TeamFoundation.Common.ITFLogger
Return 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.