Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.